Class VelocityAntiBotModeStateEvent

java.lang.Object
com.lahuca.botsentry.api.event.velocity.VelocityAntiBotModeStateEvent
All Implemented Interfaces:
AntiBotModeStateEvent, BotSentryEvent

public class VelocityAntiBotModeStateEvent extends Object implements AntiBotModeStateEvent
Velocity event for the AntiBotModeState event. Event is passed when AntiBot Mode changes it's enabled/disabled state.
See Also:
  • Constructor Details

    • VelocityAntiBotModeStateEvent

      public VelocityAntiBotModeStateEvent(boolean enabling)
  • Method Details

    • isEnabling

      public boolean isEnabling()
      Gives the enabling state of this event.
      Specified by:
      isEnabling in interface AntiBotModeStateEvent
      Returns:
      True: AntiBot Mode is enabling, false: AntiBot Mode is disabling.