Package org.bukkit.attribute
Class AttributeModifier
java.lang.Object
org.bukkit.attribute.AttributeModifier
- All Implemented Interfaces:
- ConfigurationSerializable
Concrete implementation of an attribute modifier.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumEnumerable operation to be applied.
- 
Constructor SummaryConstructorsConstructorDescriptionAttributeModifier(@NotNull String name, double amount, @NotNull AttributeModifier.Operation operation) AttributeModifier(@NotNull UUID uuid, @NotNull String name, double amount, @NotNull AttributeModifier.Operation operation) AttributeModifier(@NotNull UUID uuid, @NotNull String name, double amount, @NotNull AttributeModifier.Operation operation, @Nullable EquipmentSlot slot) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull AttributeModifierdeserialize(@NotNull Map<String, Object> args) booleandoubleGet the amount by which this modifier will apply itsAttributeModifier.Operation.getName()Get the name of this modifier.Get the operation this modifier will apply.getSlot()Get theEquipmentSlotthis AttributeModifier is active on, or null if this modifier is applicable for any slot.Get the unique ID for this modifier.inthashCode()Creates a Map representation of this class.toString()
- 
Constructor Details- 
AttributeModifier
- 
AttributeModifier
- 
AttributeModifier
 
- 
- 
Method Details- 
getUniqueIdGet the unique ID for this modifier.- Returns:
- unique id
 
- 
getNameGet the name of this modifier.- Returns:
- name
 
- 
getAmountpublic double getAmount()Get the amount by which this modifier will apply itsAttributeModifier.Operation.- Returns:
- modification amount
 
- 
getOperationGet the operation this modifier will apply.- Returns:
- operation
 
- 
getSlotGet theEquipmentSlotthis AttributeModifier is active on, or null if this modifier is applicable for any slot.- Returns:
- the slot
 
- 
serializeDescription copied from interface:ConfigurationSerializableCreates a Map representation of this class.This class must provide a method to restore this class, as defined in the ConfigurationSerializableinterface javadocs.- Specified by:
- serializein interface- ConfigurationSerializable
- Returns:
- Map containing the current state of this class
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
deserialize
 
-