Uses of Class
com.lahuca.botsentry.api.event.SlowBotDisconnectEvent.DetectionMethod
-
Packages that use SlowBotDisconnectEvent.DetectionMethod 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 SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event
Methods in com.lahuca.botsentry.api.event that return SlowBotDisconnectEvent.DetectionMethod Modifier and Type Method Description SlowBotDisconnectEvent.DetectionMethod
SlowBotDisconnectEvent. getDetectionMethod()
Gives the detection method that detected this slow bot.static SlowBotDisconnectEvent.DetectionMethod
SlowBotDisconnectEvent.DetectionMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SlowBotDisconnectEvent.DetectionMethod[]
SlowBotDisconnectEvent.DetectionMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.bungee
Methods in com.lahuca.botsentry.api.event.bungee that return SlowBotDisconnectEvent.DetectionMethod Modifier and Type Method Description SlowBotDisconnectEvent.DetectionMethod
BungeeSlowBotDisconnectEvent. getDetectionMethod()
Gives the detection method that detected this slow bot.Constructors in com.lahuca.botsentry.api.event.bungee with parameters of type SlowBotDisconnectEvent.DetectionMethod Constructor Description BungeeSlowBotDisconnectEvent(java.lang.String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod)
-
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.spigot
Methods in com.lahuca.botsentry.api.event.spigot that return SlowBotDisconnectEvent.DetectionMethod Modifier and Type Method Description SlowBotDisconnectEvent.DetectionMethod
SpigotSlowBotDisconnectEvent. getDetectionMethod()
Gives the detection method that detected this slow bot.Constructors in com.lahuca.botsentry.api.event.spigot with parameters of type SlowBotDisconnectEvent.DetectionMethod Constructor Description SpigotSlowBotDisconnectEvent(java.lang.String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod)
-
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.sponge
Methods in com.lahuca.botsentry.api.event.sponge that return SlowBotDisconnectEvent.DetectionMethod Modifier and Type Method Description SlowBotDisconnectEvent.DetectionMethod
SpongeSlowBotDisconnectEvent. getDetectionMethod()
Gives the detection method that detected this slow bot.Constructors in com.lahuca.botsentry.api.event.sponge with parameters of type SlowBotDisconnectEvent.DetectionMethod Constructor Description SpongeSlowBotDisconnectEvent(java.lang.String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod)
-
Uses of SlowBotDisconnectEvent.DetectionMethod in com.lahuca.botsentry.api.event.velocity
Methods in com.lahuca.botsentry.api.event.velocity that return SlowBotDisconnectEvent.DetectionMethod Modifier and Type Method Description SlowBotDisconnectEvent.DetectionMethod
VelocitySlowBotDisconnectEvent. getDetectionMethod()
Gives the detection method that detected this slow bot.Constructors in com.lahuca.botsentry.api.event.velocity with parameters of type SlowBotDisconnectEvent.DetectionMethod Constructor Description VelocitySlowBotDisconnectEvent(java.lang.String ip, boolean blacklisting, SlowBotDisconnectEvent.DetectionMethod detectionMethod)
-