Uses of Interface
com.lahuca.botsentry.api.event.BotSentryEvent
-
Packages that use BotSentryEvent Package Description com.lahuca.botsentry.api.event All BotSentry main event holders.com.lahuca.botsentry.api.event.bungee Bungee platform BotSentry events.com.lahuca.botsentry.api.event.spigot Spigot platform BotSentry events.com.lahuca.botsentry.api.event.sponge Sponge platform BotSentry events.com.lahuca.botsentry.api.event.velocity Velocity platform BotSentry events. -
-
Uses of BotSentryEvent in com.lahuca.botsentry.api.event
Subinterfaces of BotSentryEvent in com.lahuca.botsentry.api.event Modifier and Type Interface Description interface
AntiBotModeStateEvent
Main event holder for the AntiBot Mode State Event.interface
SlowBotDisconnectEvent
Main event holder for the Slow Bot Disconnect Event. -
Uses of BotSentryEvent in com.lahuca.botsentry.api.event.bungee
Classes in com.lahuca.botsentry.api.event.bungee that implement BotSentryEvent Modifier and Type Class Description class
BungeeAntiBotModeStateEvent
Bungee event for the AntiBotModeState event.class
BungeeSlowBotDisconnectEvent
Bungee event for the SlowBotDisconnect event. -
Uses of BotSentryEvent in com.lahuca.botsentry.api.event.spigot
Classes in com.lahuca.botsentry.api.event.spigot that implement BotSentryEvent Modifier and Type Class Description class
SpigotAntiBotModeStateEvent
Spigot event for the AntiBotModeState event.class
SpigotSlowBotDisconnectEvent
Spigot event for the SlowBotDisconnect event. -
Uses of BotSentryEvent in com.lahuca.botsentry.api.event.sponge
Classes in com.lahuca.botsentry.api.event.sponge that implement BotSentryEvent Modifier and Type Class Description class
SpongeAntiBotModeStateEvent
Velocity event for the AntiBotModeState event.class
SpongeSlowBotDisconnectEvent
Sponge event for the SlowBotDisconnect event. -
Uses of BotSentryEvent in com.lahuca.botsentry.api.event.velocity
Classes in com.lahuca.botsentry.api.event.velocity that implement BotSentryEvent Modifier and Type Class Description class
VelocityAntiBotModeStateEvent
Velocity event for the AntiBotModeState event.class
VelocitySlowBotDisconnectEvent
Velocity event for the SlowBotDisconnect event.
-