Uses of Interface
com.lahuca.botsentry.api.event.Cancellable
-
Packages that use Cancellable 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 Cancellable in com.lahuca.botsentry.api.event
Subinterfaces of Cancellable in com.lahuca.botsentry.api.event Modifier and Type Interface Description interface
SlowBotDisconnectEvent
Main event holder for the Slow Bot Disconnect Event. -
Uses of Cancellable in com.lahuca.botsentry.api.event.bungee
Classes in com.lahuca.botsentry.api.event.bungee that implement Cancellable Modifier and Type Class Description class
BungeeSlowBotDisconnectEvent
Bungee event for the SlowBotDisconnect event. -
Uses of Cancellable in com.lahuca.botsentry.api.event.spigot
Classes in com.lahuca.botsentry.api.event.spigot that implement Cancellable Modifier and Type Class Description class
SpigotSlowBotDisconnectEvent
Spigot event for the SlowBotDisconnect event. -
Uses of Cancellable in com.lahuca.botsentry.api.event.sponge
Classes in com.lahuca.botsentry.api.event.sponge that implement Cancellable Modifier and Type Class Description class
SpongeSlowBotDisconnectEvent
Sponge event for the SlowBotDisconnect event. -
Uses of Cancellable in com.lahuca.botsentry.api.event.velocity
Classes in com.lahuca.botsentry.api.event.velocity that implement Cancellable Modifier and Type Class Description class
VelocitySlowBotDisconnectEvent
Velocity event for the SlowBotDisconnect event.
-