Class LevelledMobsHK

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

public class LevelledMobsHK 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)
     
    boolean
     
    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

    • LevelledMobsHK

      public LevelledMobsHK(@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>
    • hasLevelledMobsInstalled

      public boolean hasLevelledMobsInstalled()
    • getMobLevel

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