Package dev.aurelium.auraskills.api
Interface AuraSkillsBukkit
public interface AuraSkillsBukkit
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuraSkillsBukkit
get()
Gets the instance of theAuraSkillsBukkit
API, throwingIllegalStateException
if the API is not loaded yet.Gets the item manager used to add modifiers, multipliers, and requirements to items.Gets the location manager for checking the validity of worlds and locations.Gets the menu manager for creating and extending menus.Gets the region manager for checking and adding placed blocks.
-
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
Gets the instance of theAuraSkillsBukkit
API, throwingIllegalStateException
if the API is not loaded yet.- Returns:
- the Bukkit API instance
- Throws:
IllegalStateException
- if the API is not loaded
-