Class VelocityAntiBotModeStateEvent
- java.lang.Object
 - 
- com.lahuca.botsentry.api.event.velocity.VelocityAntiBotModeStateEvent
 
 
- 
- All Implemented Interfaces:
 AntiBotModeStateEvent
public class VelocityAntiBotModeStateEvent extends java.lang.Object implements AntiBotModeStateEvent
Velocity event for the AntiBotModeState event. Event is passed when AntiBot Mode changes it's enabled/disabled state. 
- 
- 
Constructor Summary
Constructors Constructor Description VelocityAntiBotModeStateEvent(boolean enabling) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabling()Gives the enabling state of this event. 
 - 
 
- 
- 
Method Detail
- 
isEnabling
public boolean isEnabling()
Gives the enabling state of this event.- Specified by:
 isEnablingin interfaceAntiBotModeStateEvent- Returns:
 - True: AntiBot Mode is enabling, false: AntiBot Mode is disabling.
 
 
 - 
 
 -