Interface AttributeManager
public interface AttributeManager
-
Method Summary
Modifier and TypeMethodDescriptiongetAllAttributesForEntityType(org.bukkit.entity.EntityType type) getAttributeByName(org.bukkit.entity.EntityType type, String name) voidregisterAttribute(NpcAttribute attribute)
-
Method Details
-
getAttributeByName
-
getAllAttributes
List<NpcAttribute> getAllAttributes() -
getAllAttributesForEntityType
-
registerAttribute
-