Class MythicMobsHook

java.lang.Object
valorless.rarespawns.hooks.MythicMobsHook

public class MythicMobsHook extends Object
Integration helper for MythicMobs. Provides detection, logging, and access to the plugin instance.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.lumine.mythic.core.mobs.ActiveMob
    getMythicMob(org.bukkit.entity.Entity entity)
     
    static org.bukkit.plugin.java.JavaPlugin
    Returns the MythicMobs plugin instance.
    static void
    Attempts to detect MythicMobs and logs whether integration is active.
    static boolean
    Returns true when MythicMobs is present on the server.
    static boolean
    isMythicMob(org.bukkit.entity.Entity entity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)