Class LorinthsRpgMobsHK

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

public class LorinthsRpgMobsHK extends studio.magemonkey.codex.hooks.NHook<Divinity> implements HookMobLevel
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.hooks.NHook

    state

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

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getMobLevel(org.bukkit.entity.Entity entity)
     
    protected studio.magemonkey.codex.hooks.HookState
     
    protected void
     

    Methods inherited from class studio.magemonkey.codex.hooks.NHook

    equals, getPlugin, getState, hashCode, hook, unhook

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

    registerListeners

    Methods inherited from class java.lang.Object

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

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

    unregisterListeners
  • Constructor Details

    • LorinthsRpgMobsHK

      public LorinthsRpgMobsHK(@NotNull Divinity plugin)
  • Method Details

    • setup

      @NotNull protected studio.magemonkey.codex.hooks.HookState setup()
      Specified by:
      setup in class studio.magemonkey.codex.hooks.NHook<Divinity>
    • shutdown

      protected void shutdown()
      Specified by:
      shutdown in class studio.magemonkey.codex.hooks.NHook<Divinity>
    • getMobLevel

      public double getMobLevel(@NotNull org.bukkit.entity.Entity entity)
      Specified by:
      getMobLevel in interface HookMobLevel