Package | Description |
---|---|
org.bukkit.attribute |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeInstance.getAttribute()
The attribute pertaining to this instance.
|
static Attribute |
Attribute.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.
|
Modifier and Type | Method and Description |
---|---|
AttributeInstance |
Attributable.getAttribute(Attribute attribute)
Gets the specified attribute instance from the object.
|
Copyright © 2021. All rights reserved.