Package de.marcely.bedwars.api.event
Class PluginHookEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.PluginHookEvent
- All Implemented Interfaces:
Cancellable
Gets called before this plugin is attempting to hook itself into another one.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
Returns the plugin in which MBedwars wants to hook into.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.event.Cancellable
isCancelled, setCancelled
-
Constructor Details
-
PluginHookEvent
-
-
Method Details
-
getPlugin
Returns the plugin in which MBedwars wants to hook into.- Returns:
- The plugin in which we want to hook into
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-