Interface AntiBotModeStateEvent

All Superinterfaces:
BotSentryEvent
All Known Implementing Classes:
BungeeAntiBotModeStateEvent, SpigotAntiBotModeStateEvent, SpongeAntiBotModeStateEvent, VelocityAntiBotModeStateEvent

public interface AntiBotModeStateEvent extends BotSentryEvent
Main event holder for the AntiBot Mode State Event. Event is passed when AntiBot Mode changes it's enabled/disabled state.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gives the enabling state of this event.
  • Method Details

    • isEnabling

      boolean isEnabling()
      Gives the enabling state of this event.
      Returns:
      True: AntiBot Mode is enabling, false: AntiBot Mode is disabling.