Uses of Enum
org.bukkit.attribute.AttributeModifier.Operation
-
Uses of AttributeModifier.Operation in org.bukkit.attribute
Modifier and TypeMethodDescriptionAttributeModifier.getOperation()
Get the operation this modifier will apply.static AttributeModifier.Operation
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.ModifierConstructorDescriptionAttributeModifier
(String name, double amount, AttributeModifier.Operation operation) AttributeModifier
(UUID uuid, String name, double amount, AttributeModifier.Operation operation) AttributeModifier
(UUID uuid, String name, double amount, AttributeModifier.Operation operation, EquipmentSlot slot)