Package de.oliver.fancynpcs.api
Schnittstelle AttributeManager
public interface AttributeManager
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetAllAttributesForEntityType(org.bukkit.entity.EntityType type) getAttributeByName(org.bukkit.entity.EntityType type, String name) voidregisterAttribute(NpcAttribute attribute)
-
Methodendetails
-
getAttributeByName
-
getAllAttributes
List<NpcAttribute> getAllAttributes() -
getAllAttributesForEntityType
-
registerAttribute
-