Interface AttributeManager


public interface AttributeManager
  • Method Details

    • getAttributeByName

      NpcAttribute getAttributeByName(org.bukkit.entity.EntityType type, String name)
    • getAllAttributes

      List<NpcAttribute> getAllAttributes()
    • getAllAttributesForEntityType

      List<NpcAttribute> getAllAttributesForEntityType(org.bukkit.entity.EntityType type)
    • registerAttribute

      void registerAttribute(NpcAttribute attribute)