Interface AttributeInstance
- All Superinterfaces:
AttributeInstance
Represents a custom Attribute Instance of a Mob
-
Method Summary
Modifier and TypeMethodDescriptiondefault Attribute
Deprecated.The attribute pertaining to this instance.Methods inherited from interface org.bukkit.attribute.AttributeInstance
addModifier, getBaseValue, getDefaultValue, getModifiers, getValue, removeModifier, setBaseValue
-
Method Details
-
getAttribute
Deprecated.UsegetGenericAttribute()
to get the actual Attribute.- Specified by:
getAttribute
in interfaceAttributeInstance
- Returns:
- null
-
getGenericAttribute
The attribute pertaining to this instance.- Returns:
- the attribute
-
getGenericAttribute()
to get the actual Attribute.