Package valorless.rarespawns.hooks
Class MythicMobsHook
java.lang.Object
valorless.rarespawns.hooks.MythicMobsHook
Integration helper for MythicMobs.
Provides detection, logging, and access to the plugin instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.lumine.mythic.core.mobs.ActiveMobgetMythicMob(org.bukkit.entity.Entity entity) static org.bukkit.plugin.java.JavaPluginReturns the MythicMobs plugin instance.static voidHook()Attempts to detect MythicMobs and logs whether integration is active.static booleanisHooked()Returns true when MythicMobs is present on the server.static booleanisMythicMob(org.bukkit.entity.Entity entity)
-
Constructor Details
-
MythicMobsHook
public MythicMobsHook()
-
-
Method Details
-
Hook
public static void Hook()Attempts to detect MythicMobs and logs whether integration is active. -
isHooked
public static boolean isHooked()Returns true when MythicMobs is present on the server. -
getPlugin
public static org.bukkit.plugin.java.JavaPlugin getPlugin()Returns the MythicMobs plugin instance. -
isMythicMob
public static boolean isMythicMob(org.bukkit.entity.Entity entity) -
getMythicMob
public static io.lumine.mythic.core.mobs.ActiveMob getMythicMob(org.bukkit.entity.Entity entity)
-