Package dev.aurelium.auraskills.api
Interface AuraSkillsBukkit
public interface AuraSkillsBukkit
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuraSkillsBukkitget()Gets the instance of theAuraSkillsBukkitAPI, throwingIllegalStateExceptionif 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 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
-
get
Gets the instance of theAuraSkillsBukkitAPI, throwingIllegalStateExceptionif the API is not loaded yet.- Returns:
- the Bukkit API instance
- Throws:
IllegalStateException- if the API is not loaded
-