Class BossHandler

java.lang.Object
me.gamercoder215.mobchip.bosses.BossHandler

public final class BossHandler extends Object
Represents a Boss Handler
  • Method Details

    • getPlugin

      public Plugin getPlugin()
      Get the Plugin associated with this BossHandler.
      Returns:
      Plugin in this Handler
    • getBoss

      public Boss<?> getBoss()
      Get the Boss of this Handler.
      Returns:
      Boss Found