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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListReturns the plugin in which MBedwars wants to hook into.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getHandlersin classEvent
-
getHandlerList
-