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 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 Event
getEventName, isAsynchronousMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-