Class MythicMobsHK
java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.codex.hooks.NHook<Divinity>
studio.magemonkey.divinity.hooks.external.mythicmobs.AbstractMythicMobsHK
studio.magemonkey.divinity.hooks.external.mythicmobs.MythicMobsHK
- All Implemented Interfaces:
org.bukkit.event.Listener,studio.magemonkey.codex.manager.AbstractListener,HookMobLevel
-
Field Summary
Fields inherited from class studio.magemonkey.codex.hooks.NHook
stateFields inherited from class studio.magemonkey.codex.manager.IListener
plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMobLevel(org.bukkit.entity.Entity entity) getMythicInstance(org.bukkit.entity.Entity entity) getMythicNameByEntity(org.bukkit.entity.Entity entity) intbooleanisMythicMob(org.bukkit.entity.Entity entity) voidsetSkillDamage(org.bukkit.entity.Entity entity, double amount) studio.magemonkey.codex.hooks.HookStatesetup()voidshutdown()Methods inherited from class studio.magemonkey.codex.hooks.NHook
equals, getPlugin, getState, hashCode, hook, unhookMethods inherited from class studio.magemonkey.codex.manager.IListener
registerListenersMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.AbstractListener
unregisterListeners
-
Constructor Details
-
MythicMobsHK
-
-
Method Details
-
setup
@NotNull public studio.magemonkey.codex.hooks.HookState setup()- Specified by:
setupin classstudio.magemonkey.codex.hooks.NHook<Divinity>
-
shutdown
public void shutdown()- Specified by:
shutdownin classstudio.magemonkey.codex.hooks.NHook<Divinity>
-
isMythicMob
public boolean isMythicMob(@NotNull org.bukkit.entity.Entity entity) - Specified by:
isMythicMobin classAbstractMythicMobsHK
-
getMythicNameByEntity
- Specified by:
getMythicNameByEntityin classAbstractMythicMobsHK
-
getMythicInstance
- Specified by:
getMythicInstancein classAbstractMythicMobsHK
-
getMythicVersion
public int getMythicVersion()- Specified by:
getMythicVersionin classAbstractMythicMobsHK
-
getMobLevel
public double getMobLevel(@NotNull org.bukkit.entity.Entity entity) - Specified by:
getMobLevelin interfaceHookMobLevel- Specified by:
getMobLevelin classAbstractMythicMobsHK
-
setSkillDamage
public void setSkillDamage(@NotNull org.bukkit.entity.Entity entity, double amount) - Specified by:
setSkillDamagein classAbstractMythicMobsHK
-