Class PluginHookEvent

java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.PluginHookEvent
All Implemented Interfaces:
Cancellable

public class PluginHookEvent extends Event implements Cancellable
Gets called before this plugin is attempting to hook itself into another one.
  • Constructor Details

    • PluginHookEvent

      public PluginHookEvent(Plugin plugin)
  • Method Details

    • getPlugin

      public Plugin getPlugin()
      Returns the plugin in which MBedwars wants to hook into.
      Returns:
      The plugin in which we want to hook into
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      public static HandlerList getHandlerList()