Package studio.magemonkey.fabled.hook
Class MythicMobsHook
java.lang.Object
studio.magemonkey.fabled.hook.MythicMobsHook
Fabled © 2024
studio.magemonkey.fabled.hook.MythicMobsHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getMythicMobId
(org.bukkit.entity.Entity entity) static boolean
isMonster
(org.bukkit.entity.LivingEntity target) static void
taunt
(org.bukkit.entity.LivingEntity target, org.bukkit.entity.LivingEntity source, double amount)
-
Constructor Details
-
MythicMobsHook
public MythicMobsHook()
-
-
Method Details
-
taunt
public static void taunt(org.bukkit.entity.LivingEntity target, org.bukkit.entity.LivingEntity source, double amount) -
isMonster
public static boolean isMonster(org.bukkit.entity.LivingEntity target) -
getMythicMobId
-