Uses of Class
org.bukkit.attribute.Attribute
-
Packages that use Attribute Package Description org.bukkit.attribute -
-
Uses of Attribute in org.bukkit.attribute
Methods in org.bukkit.attribute that return Attribute Modifier and Type Method Description AttributeAttributeInstance. getAttribute()The attribute pertaining to this instance.static AttributeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute[]Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.attribute with parameters of type Attribute Modifier and Type Method Description AttributeInstanceAttributable. getAttribute(Attribute attribute)Gets the specified attribute instance from the object.
-