Class HookListener

java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.divinity.hooks.HookListener
All Implemented Interfaces:
org.bukkit.event.Listener, studio.magemonkey.codex.manager.AbstractListener

public class HookListener extends studio.magemonkey.codex.manager.IListener<Divinity>
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.manager.IListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPluginEnable(org.bukkit.event.server.PluginEnableEvent event)
     

    Methods inherited from class studio.magemonkey.codex.manager.IListener

    registerListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface studio.magemonkey.codex.manager.AbstractListener

    unregisterListeners
  • Constructor Details

    • HookListener

      public HookListener(@NotNull Divinity plugin)
  • Method Details

    • onPluginEnable

      public void onPluginEnable(org.bukkit.event.server.PluginEnableEvent event)