Package com.lahuca.botsentry.api.event
Interface AntiBotModeStateEvent
- 
- All Known Implementing Classes:
 BungeeAntiBotModeStateEvent,SpigotAntiBotModeStateEvent,SpongeAntiBotModeStateEvent,VelocityAntiBotModeStateEvent
public interface AntiBotModeStateEventMain event holder for the AntiBot Mode State Event. Event is passed when AntiBot Mode changes it's enabled/disabled state. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabling()Gives the enabling state of this event. 
 -