Class SetAttributesFunction
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.SetAttributesFunction
- All Implemented Interfaces:
BiFunction<ItemStack,,LootContext, ItemStack> LootItemFunction,LootContextUser
LootItemFunction that adds a list of attribute modifiers to the stacks.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(package private) static final recordstatic classNested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
LootItemConditionalFunction.DummyBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SetAttributesFunction> private final List<SetAttributesFunction.Modifier> private final booleanFields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates -
Constructor Summary
ConstructorsConstructorDescriptionSetAttributesFunction(List<LootItemCondition> pConditions, List<SetAttributesFunction.Modifier> pModifiers, boolean pReplace) -
Method Summary
Modifier and TypeMethodDescriptionSet<ContextKey<?>> getType()modifier(ResourceLocation pId, Holder<Attribute> pAttribute, AttributeModifier.Operation pOperation, NumberProvider pAmount) run(ItemStack pStack, LootContext pContext) Called to perform the actual action of this function, after conditions have been checked.private ItemAttributeModifiersupdateModifiers(LootContext pContext, ItemAttributeModifiers pModifiers) Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, commonFields, simpleBuilder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
CODEC
-
modifiers
-
replace
private final boolean replace
-
-
Constructor Details
-
SetAttributesFunction
SetAttributesFunction(List<LootItemCondition> pConditions, List<SetAttributesFunction.Modifier> pModifiers, boolean pReplace)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootItemFunction- Specified by:
getTypein classLootItemConditionalFunction
-
getReferencedContextParams
-
run
Description copied from class:LootItemConditionalFunctionCalled to perform the actual action of this function, after conditions have been checked.- Specified by:
runin classLootItemConditionalFunction
-
updateModifiers
private ItemAttributeModifiers updateModifiers(LootContext pContext, ItemAttributeModifiers pModifiers) -
modifier
public static SetAttributesFunction.ModifierBuilder modifier(ResourceLocation pId, Holder<Attribute> pAttribute, AttributeModifier.Operation pOperation, NumberProvider pAmount) -
setAttributes
-