Interface AuraSkillsBukkit


public interface AuraSkillsBukkit
  • Method Details

    • getRegions

      Regions getRegions()
      Gets the region manager for checking and adding placed blocks.
      Returns:
      the region manager
    • getItemManager

      ItemManager getItemManager()
      Gets the item manager used to add modifiers, multipliers, and requirements to items.
      Returns:
      the item manager
    • getLocationManager

      LocationManager getLocationManager()
      Gets the location manager for checking the validity of worlds and locations.
      Returns:
      the location manager
    • getMenuManager

      MenuManager getMenuManager()
      Gets the menu manager for creating and extending menus.
      Returns:
      the menu manager
    • get

      static AuraSkillsBukkit get()
      Gets the instance of the AuraSkillsBukkit API, throwing IllegalStateException if the API is not loaded yet.
      Returns:
      the Bukkit API instance
      Throws:
      IllegalStateException - if the API is not loaded