Interface | Description |
---|---|
Attribute |
Represents a type of attribute that can be applied to an
DataHolder . |
AttributeBuilder |
A builder for plugins to create custom
Attribute s. |
AttributeCalculator |
A utility for determining the value of an attribute given information about
the base value and applicable modifiers.
|
AttributeModifier |
A modifier that changes the value of an
Attribute on a
DataHolder . |
AttributeModifierBuilder |
A builder used to create
AttributeModifier s. |
AttributeSource |
Represents a source of
AttributeModifier s. |
Operation |
Represents a function used by an
AttributeModifier to modify the
value of an Attribute . |
Class | Description |
---|---|
Attributes |
An enumeration of all
Attribute s present in vanilla Minecraft. |
AttributeTargets |
An enumeration of all attribute targets present in vanilla Minecraft.
|
Operations |
An enumeration of all
Operation s present in vanilla Minecraft. |