Class AbstractMythicMobsHK

java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.codex.hooks.NHook<Divinity>
studio.magemonkey.divinity.hooks.external.mythicmobs.AbstractMythicMobsHK
All Implemented Interfaces:
org.bukkit.event.Listener, studio.magemonkey.codex.manager.AbstractListener, HookMobLevel
Direct Known Subclasses:
MythicMobsHK, MythicMobsHKv5

public abstract class AbstractMythicMobsHK 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
    abstract double
    getMobLevel(org.bukkit.entity.Entity entity)
     
    getMythicInstance(org.bukkit.entity.Entity entity)
     
    abstract String
    getMythicNameByEntity(org.bukkit.entity.Entity entity)
     
    abstract int
     
    abstract boolean
    isMythicMob(org.bukkit.entity.Entity entity)
     
    abstract void
    setSkillDamage(org.bukkit.entity.Entity entity, double amount)
     

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

    equals, getPlugin, getState, hashCode, hook, setup, shutdown, 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

    • AbstractMythicMobsHK

      public AbstractMythicMobsHK(@NotNull Divinity plugin)
  • Method Details

    • isMythicMob

      public abstract boolean isMythicMob(@NotNull org.bukkit.entity.Entity entity)
    • getMythicNameByEntity

      @NotNull public abstract String getMythicNameByEntity(@NotNull org.bukkit.entity.Entity entity)
    • getMobLevel

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

      public abstract void setSkillDamage(@NotNull org.bukkit.entity.Entity entity, double amount)
    • getMythicInstance

      public abstract AbstractMythicEntity getMythicInstance(@NotNull org.bukkit.entity.Entity entity)
    • getMythicVersion

      public abstract int getMythicVersion()