Package com.lahuca.botsentry.api.event
Interface AntiBotModeStateEvent
- All Superinterfaces:
BotSentryEvent
- All Known Implementing Classes:
BungeeAntiBotModeStateEvent
,SpigotAntiBotModeStateEvent
,SpongeAntiBotModeStateEvent
,VelocityAntiBotModeStateEvent
Main event holder for the AntiBot Mode State Event.
Event is passed when AntiBot Mode changes it's enabled/disabled state.
-
Method Summary
-
Method Details
-
isEnabling
boolean isEnabling()Gives the enabling state of this event.- Returns:
- True: AntiBot Mode is enabling, false: AntiBot Mode is disabling.
-