Uses of Enum Class
com.lahuca.botsentry.api.event.SlowBotDisconnectEvent.DetectionMethod
Package
Description
All BotSentry main event holders.
Bungee platform BotSentry events.
Spigot platform BotSentry events.
Sponge platform BotSentry events.
Velocity platform BotSentry events.
-
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event
Modifier and TypeMethodDescriptionSlowBotDisconnectEvent.getDetectionMethod()
Gives the detection method that detected this slow bot.Returns the enum constant of this class with the specified name.SlowBotDisconnectEvent.DetectionMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.bungee
Modifier and TypeMethodDescriptionBungeeSlowBotDisconnectEvent.getDetectionMethod()
Gives the detection method that detected this slow bot.ModifierConstructorDescriptionBungeeSlowBotDisconnectEvent
(String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod) -
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.spigot
Modifier and TypeMethodDescriptionSpigotSlowBotDisconnectEvent.getDetectionMethod()
Gives the detection method that detected this slow bot.ModifierConstructorDescriptionSpigotSlowBotDisconnectEvent
(String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod) -
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.sponge
Modifier and TypeMethodDescriptionSpongeSlowBotDisconnectEvent.getDetectionMethod()
Gives the detection method that detected this slow bot.ModifierConstructorDescriptionSpongeSlowBotDisconnectEvent
(String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod) -
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.velocity
Modifier and TypeMethodDescriptionVelocitySlowBotDisconnectEvent.getDetectionMethod()
Gives the detection method that detected this slow bot.ModifierConstructorDescriptionVelocitySlowBotDisconnectEvent
(String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod)