Uses of Class
net.minecraft.entity.attribute.EntityAttributeModifier.Operation
| Package | Description |
|---|---|
| net.minecraft.entity.attribute | |
| net.minecraft.entity.effect | |
| net.minecraft.loot.function | |
| net.minecraft.server.command |
-
Uses of EntityAttributeModifier.Operation in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute declared as EntityAttributeModifier.Operation Modifier and Type Field Description private EntityAttributeModifier.OperationEntityAttributeModifier. operationprivate static EntityAttributeModifier.Operation[]EntityAttributeModifier.Operation. VALUESFields in net.minecraft.entity.attribute with type parameters of type EntityAttributeModifier.Operation Modifier and Type Field Description private Map<EntityAttributeModifier.Operation,Set<EntityAttributeModifier>>EntityAttributeInstance. operationToModifiersMethods in net.minecraft.entity.attribute that return EntityAttributeModifier.Operation Modifier and Type Method Description static EntityAttributeModifier.OperationEntityAttributeModifier.Operation. fromId(int id)EntityAttributeModifier.OperationEntityAttributeModifier. getOperation()static EntityAttributeModifier.OperationEntityAttributeModifier.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityAttributeModifier.Operation[]EntityAttributeModifier.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.attribute with parameters of type EntityAttributeModifier.Operation Modifier and Type Method Description Set<EntityAttributeModifier>EntityAttributeInstance. getModifiers(EntityAttributeModifier.Operation operation)private Collection<EntityAttributeModifier>EntityAttributeInstance. getModifiersByOperation(EntityAttributeModifier.Operation operation)Constructors in net.minecraft.entity.attribute with parameters of type EntityAttributeModifier.Operation Constructor Description EntityAttributeModifier(String name, double value, EntityAttributeModifier.Operation operation)EntityAttributeModifier(UUID uuid, String name, double value, EntityAttributeModifier.Operation operation)EntityAttributeModifier(UUID uuid, Supplier<String> nameGetter, double value, EntityAttributeModifier.Operation operation) -
Uses of EntityAttributeModifier.Operation in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type EntityAttributeModifier.Operation Modifier and Type Method Description StatusEffectStatusEffect. addAttributeModifier(EntityAttribute attribute, String uuid, double amount, EntityAttributeModifier.Operation operation) -
Uses of EntityAttributeModifier.Operation in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as EntityAttributeModifier.Operation Modifier and Type Field Description private EntityAttributeModifier.OperationSetAttributesLootFunction.class_6156. field_31858private EntityAttributeModifier.OperationSetAttributesLootFunction.Attribute. operationMethods in net.minecraft.loot.function that return EntityAttributeModifier.Operation Modifier and Type Method Description private static EntityAttributeModifier.OperationSetAttributesLootFunction.Attribute. fromName(String name)Methods in net.minecraft.loot.function with parameters of type EntityAttributeModifier.Operation Modifier and Type Method Description private static StringSetAttributesLootFunction.Attribute. getName(EntityAttributeModifier.Operation operation)static SetAttributesLootFunction.class_6156SetAttributesLootFunction. method_35524(String string, EntityAttribute entityAttribute, EntityAttributeModifier.Operation operation, LootNumberProvider lootNumberProvider)Constructors in net.minecraft.loot.function with parameters of type EntityAttributeModifier.Operation Constructor Description Attribute(String name, EntityAttribute attribute, EntityAttributeModifier.Operation operation, LootNumberProvider amountRange, EquipmentSlot[] slots, @Nullable UUID id)class_6156(String string, EntityAttribute entityAttribute, EntityAttributeModifier.Operation operation, LootNumberProvider lootNumberProvider) -
Uses of EntityAttributeModifier.Operation in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type EntityAttributeModifier.Operation Modifier and Type Method Description private static intAttributeCommand. executeModifierAdd(ServerCommandSource source, Entity target, EntityAttribute attribute, UUID uuid, String name, double value, EntityAttributeModifier.Operation operation)