Uses of Class
net.minecraft.entity.ai.attributes.AttributeModifier.Operation
-
Packages that use AttributeModifier.Operation Package Description net.minecraft.command.impl net.minecraft.entity.ai.attributes net.minecraft.loot.functions net.minecraft.potion -
-
Uses of AttributeModifier.Operation in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type AttributeModifier.Operation Modifier and Type Method Description private static int
AttributeCommand. addModifier(CommandSource p_241010_0_, Entity p_241010_1_, Attribute p_241010_2_, java.util.UUID p_241010_3_, java.lang.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.Operation Modifier and Type Field Description private AttributeModifier.Operation
AttributeModifier. operation
private static AttributeModifier.Operation[]
AttributeModifier.Operation. OPERATIONS
Fields in net.minecraft.entity.ai.attributes with type parameters of type AttributeModifier.Operation Modifier and Type Field Description private java.util.Map<AttributeModifier.Operation,java.util.Set<AttributeModifier>>
ModifiableAttributeInstance. modifiersByOperation
Methods in net.minecraft.entity.ai.attributes that return AttributeModifier.Operation Modifier and Type Method Description static AttributeModifier.Operation
AttributeModifier.Operation. fromValue(int p_220372_0_)
AttributeModifier.Operation
AttributeModifier. getOperation()
static AttributeModifier.Operation
AttributeModifier.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeModifier.Operation[]
AttributeModifier.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifier.Operation Modifier and Type Method Description java.util.Set<AttributeModifier>
ModifiableAttributeInstance. getModifiers(AttributeModifier.Operation p_225504_1_)
private java.util.Collection<AttributeModifier>
ModifiableAttributeInstance. getModifiersOrEmpty(AttributeModifier.Operation p_220370_1_)
Constructors in net.minecraft.entity.ai.attributes with parameters of type AttributeModifier.Operation Constructor Description AttributeModifier(java.lang.String p_i50375_1_, double p_i50375_2_, AttributeModifier.Operation p_i50375_4_)
AttributeModifier(java.util.UUID p_i50376_1_, java.lang.String p_i50376_2_, double p_i50376_3_, AttributeModifier.Operation p_i50376_5_)
AttributeModifier(java.util.UUID p_i50377_1_, java.util.function.Supplier<java.lang.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.Operation Modifier and Type Field Description private AttributeModifier.Operation
SetAttributes.Modifier. operation
Methods in net.minecraft.loot.functions that return AttributeModifier.Operation Modifier and Type Method Description private static AttributeModifier.Operation
SetAttributes.Modifier. operationFromString(java.lang.String p_216246_0_)
Methods in net.minecraft.loot.functions with parameters of type AttributeModifier.Operation Modifier and Type Method Description private static java.lang.String
SetAttributes.Modifier. operationToString(AttributeModifier.Operation p_216244_0_)
Constructors in net.minecraft.loot.functions with parameters of type AttributeModifier.Operation Constructor Description Modifier(java.lang.String p_i232172_1_, Attribute p_i232172_2_, AttributeModifier.Operation p_i232172_3_, RandomValueRange p_i232172_4_, EquipmentSlotType[] p_i232172_5_, java.util.UUID p_i232172_6_)
-
Uses of AttributeModifier.Operation in net.minecraft.potion
Methods in net.minecraft.potion with parameters of type AttributeModifier.Operation Modifier and Type Method Description Effect
Effect. addAttributeModifier(Attribute p_220304_1_, java.lang.String p_220304_2_, double p_220304_3_, AttributeModifier.Operation p_220304_5_)
-