Class SkillsLoadEvent
java.lang.Object
org.bukkit.event.Event
dev.aurelium.auraskills.api.event.skill.SkillsLoadEvent
public class SkillsLoadEvent
extends org.bukkit.event.Event
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerList
@NotNull org.bukkit.event.HandlerList
Gets all the skills that the plugin has loaded.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
SkillsLoadEvent
-
-
Method Details
-
getSkills
Gets all the skills that the plugin has loaded. Some skills may be disabled by users through the config so useSkill.isEnabled()
to check whether a skill is enabled.- Returns:
- the loaded skills
-
getHandlers
@NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-