Uses of Enum Class
net.minecraft.entity.ai.attributes.AttributeModifier.Operation
Packages that use AttributeModifier.Operation
Package
Description
-
Uses of AttributeModifier.Operation in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type AttributeModifier.OperationModifier and TypeMethodDescriptionprivate static intAttributeCommand.addModifier(CommandSource p_241010_0_, Entity p_241010_1_, Attribute p_241010_2_, UUID p_241010_3_, String p_241010_4_, double p_241010_5_, AttributeModifier.Operation p_241010_7_) -
Uses of AttributeModifier.Operation in net.minecraft.entity.ai.attributes
Fields in net.minecraft.entity.ai.attributes declared as AttributeModifier.OperationModifier and TypeFieldDescriptionprivate final AttributeModifier.OperationAttributeModifier.operationprivate static final AttributeModifier.Operation[]AttributeModifier.Operation.OPERATIONSFields in net.minecraft.entity.ai.attributes with type parameters of type AttributeModifier.OperationModifier and TypeFieldDescriptionprivate final Map<AttributeModifier.Operation,Set<AttributeModifier>> ModifiableAttributeInstance.modifiersByOperationMethods in net.minecraft.entity.ai.attributes that return AttributeModifier.OperationModifier and TypeMethodDescriptionstatic AttributeModifier.OperationAttributeModifier.Operation.fromValue(int p_220372_0_) AttributeModifier.getOperation()static AttributeModifier.OperationReturns the enum constant of this class with the specified name.static AttributeModifier.Operation[]AttributeModifier.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifier.OperationModifier and TypeMethodDescriptionModifiableAttributeInstance.getModifiers(AttributeModifier.Operation p_225504_1_) private Collection<AttributeModifier>ModifiableAttributeInstance.getModifiersOrEmpty(AttributeModifier.Operation p_220370_1_) Constructors in net.minecraft.entity.ai.attributes with parameters of type AttributeModifier.OperationModifierConstructorDescriptionAttributeModifier(String p_i50375_1_, double p_i50375_2_, AttributeModifier.Operation p_i50375_4_) AttributeModifier(UUID p_i50376_1_, String p_i50376_2_, double p_i50376_3_, AttributeModifier.Operation p_i50376_5_) AttributeModifier(UUID p_i50377_1_, Supplier<String> p_i50377_2_, double p_i50377_3_, AttributeModifier.Operation p_i50377_5_) -
Uses of AttributeModifier.Operation in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as AttributeModifier.OperationModifier and TypeFieldDescriptionprivate final AttributeModifier.OperationSetAttributes.Modifier.operationMethods in net.minecraft.loot.functions that return AttributeModifier.OperationModifier and TypeMethodDescriptionprivate static AttributeModifier.OperationSetAttributes.Modifier.operationFromString(String p_216246_0_) Methods in net.minecraft.loot.functions with parameters of type AttributeModifier.OperationModifier and TypeMethodDescriptionprivate static StringSetAttributes.Modifier.operationToString(AttributeModifier.Operation p_216244_0_) Constructors in net.minecraft.loot.functions with parameters of type AttributeModifier.OperationModifierConstructorDescriptionprivateModifier(String p_i232172_1_, Attribute p_i232172_2_, AttributeModifier.Operation p_i232172_3_, RandomValueRange p_i232172_4_, EquipmentSlotType[] p_i232172_5_, UUID p_i232172_6_) -
Uses of AttributeModifier.Operation in net.minecraft.potion
Methods in net.minecraft.potion with parameters of type AttributeModifier.OperationModifier and TypeMethodDescriptionEffect.addAttributeModifier(Attribute p_220304_1_, String p_220304_2_, double p_220304_3_, AttributeModifier.Operation p_220304_5_)