Package com.hazebyte.crate.api.event
Class PluginReadyEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- com.hazebyte.crate.api.event.PluginReadyEvent
-
public class PluginReadyEvent extends org.bukkit.event.Event
Called when the plugin finishes loading.
-
-
Constructor Summary
Constructors Constructor Description PluginReadyEvent(CratePlugin plugin)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.bukkit.event.HandlerList
getHandlerList()
org.bukkit.event.HandlerList
getHandlers()
CratePlugin
getPlugin()
-
-
-
Constructor Detail
-
PluginReadyEvent
public PluginReadyEvent(CratePlugin plugin)
-
-
Method Detail
-
getPlugin
public CratePlugin getPlugin()
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()
- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-
-