Class VelocityAntiBotModeStateEvent
java.lang.Object
com.lahuca.botsentry.api.event.velocity.VelocityAntiBotModeStateEvent
- All Implemented Interfaces:
AntiBotModeStateEvent
,BotSentryEvent
Velocity event for the AntiBotModeState event.
Event is passed when AntiBot Mode changes it's enabled/disabled state.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VelocityAntiBotModeStateEvent
public VelocityAntiBotModeStateEvent(boolean enabling)
-
-
Method Details
-
isEnabling
public boolean isEnabling()Gives the enabling state of this event.- Specified by:
isEnabling
in interfaceAntiBotModeStateEvent
- Returns:
- True: AntiBot Mode is enabling, false: AntiBot Mode is disabling.
-