Class BotSpawnEvent

java.lang.Object
org.bukkit.event.Event
com.monkey.ultimatebot.api.event.base.BotEvent
com.monkey.ultimatebot.api.event.lifecycle.BotSpawnEvent

public final class BotSpawnEvent extends BotEvent
Fired after a bot is spawned and registered.
  • Constructor Details

    • BotSpawnEvent

      public BotSpawnEvent(long sequence, BotSnapshot snapshot, BotEventSource source, org.bukkit.entity.HumanEntity bot)
  • Method Details

    • getBot

      public org.bukkit.entity.HumanEntity getBot()
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()