Package de.marcely.bedwars.api.event
Class PluginUnhookEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.PluginUnhookEvent
Gets called after a plugin has been unhooked.
-
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 with which this plugin has removed a hook from.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
PluginUnhookEvent
-
-
Method Details
-
getPlugin
Returns the plugin with which this plugin has removed a hook from.- Returns:
- The unhooked plugin
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-