Index

A B C D G I L N R S U V W 
All Classes and Interfaces|All Packages

G

get(Consumer<Set<String>>) - Method in class com.lahuca.botsentry.api.BotSentryList
Deprecated.
As of version 9.4-THANATOS. Use BotSentryList.getList() which gives more options about threading. This might be removed in a later update.
getAntiBotMode() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the AntiBot Mode object for handling and retrieving information about AntiBot Mode
getAPI() - Static method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the instance of the BotSentry API which hooks into the plugin.
getBlacklist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the blacklist.
getBlacklistedIPs() - Method in class com.lahuca.botsentry.api.AntiBotSentryMode
Gives the amount of blacklisted IPs in the current AntiBot Mode session.
getCause() - Method in class com.lahuca.botsentry.api.event.sponge.SpongeAntiBotModeStateEvent
 
getCause() - Method in class com.lahuca.botsentry.api.event.sponge.SpongeSlowBotDisconnectEvent
 
getCheckedIP(String) - Method in class com.lahuca.botsentry.api.BotSentryAPI
Returns a CompletableFuture which executes a task who returns the CheckedIP of the given IP.
getCheckedIP(String, Consumer<CheckedIP>) - Method in class com.lahuca.botsentry.api.BotSentryAPI
Deprecated.
As of version 9.4-THANATOS. Use BotSentryAPI.getCheckedIP(String) which gives more options about threading. This might be removed in a later update.
getContinent() - Method in class com.lahuca.botsentry.api.data.CheckedIP
Gives the continent of origin of the IP.
getDetectionMethod() - Method in class com.lahuca.botsentry.api.event.bungee.BungeeSlowBotDisconnectEvent
Gives the detection method that detected this slow bot.
getDetectionMethod() - Method in interface com.lahuca.botsentry.api.event.SlowBotDisconnectEvent
Gives the detection method that detected this slow bot.
getDetectionMethod() - Method in class com.lahuca.botsentry.api.event.spigot.SpigotSlowBotDisconnectEvent
Gives the detection method that detected this slow bot.
getDetectionMethod() - Method in class com.lahuca.botsentry.api.event.sponge.SpongeSlowBotDisconnectEvent
Gives the detection method that detected this slow bot.
getDetectionMethod() - Method in class com.lahuca.botsentry.api.event.velocity.VelocitySlowBotDisconnectEvent
Gives the detection method that detected this slow bot.
getForcedWhitelist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the forced IPs whitelist.
getHandlerList() - Static method in class com.lahuca.botsentry.api.event.spigot.SpigotAntiBotModeStateEvent
 
getHandlerList() - Static method in class com.lahuca.botsentry.api.event.spigot.SpigotSlowBotDisconnectEvent
 
getHandlers() - Method in class com.lahuca.botsentry.api.event.spigot.SpigotAntiBotModeStateEvent
 
getHandlers() - Method in class com.lahuca.botsentry.api.event.spigot.SpigotSlowBotDisconnectEvent
 
getIP() - Method in class com.lahuca.botsentry.api.data.CheckedIP
Gives the IP which this class holds information of.
getIP() - Method in class com.lahuca.botsentry.api.event.bungee.BungeeSlowBotDisconnectEvent
Gives the IP that will be blacklisted or kicked.
getIP() - Method in interface com.lahuca.botsentry.api.event.SlowBotDisconnectEvent
Gives the IP that will be blacklisted or kicked.
getIP() - Method in class com.lahuca.botsentry.api.event.spigot.SpigotSlowBotDisconnectEvent
Gives the IP that will be blacklisted or kicked.
getIP() - Method in class com.lahuca.botsentry.api.event.sponge.SpongeSlowBotDisconnectEvent
Gives the IP that will be blacklisted or kicked.
getIP() - Method in class com.lahuca.botsentry.api.event.velocity.VelocitySlowBotDisconnectEvent
Gives the IP that will be blacklisted or kicked.
getIPStatus(String) - Method in class com.lahuca.botsentry.api.BotSentryAPI
Returns a CompletableFuture which executes a task who returns the IPStatus of the given IP.
getIPStatus(String, Consumer<IPStatus>) - Method in class com.lahuca.botsentry.api.BotSentryAPI
Deprecated.
As of version 9.4-THANATOS. Use BotSentryAPI.getIPStatus(String) which gives more options about threading. This might be removed in a later update.
getIsoCode() - Method in class com.lahuca.botsentry.api.data.CheckedIP
Gives the ISO 3166-2 code of the IP.
getLastUpdateTime() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the time in milliseconds (time from System.currentTimeMillis()) of the latest time the plugin has synchronised its data with the MySQL server.
getList() - Method in class com.lahuca.botsentry.api.BotSentryList
Returns a CompletableFuture which executes a task who returns all items in the list.
getListType() - Method in class com.lahuca.botsentry.api.BotSentryList
Returns the list type this object is associated with.
getMySQL() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the MySQL values object.
getMySQLDatabase() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the database of the MySQL server which the plugin uses.
getMySQLIP() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the ip of the MySQL server which the plugin connects to.
getMySQLPassword() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the password of the user of the MySQL server which the plugin connects with.
getMySQLPort() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the port of the MySQL server which the plugin connects to.
getMySQLUsername() - Method in class com.lahuca.botsentry.api.BotSentryMySQL
Gives the username of the user of the MySQL server which the plugin connects with.
getNotForcedWhitelist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the not forced IPs whitelist.
getPlatform() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the platform where the plugin is running on.
getProvider() - Method in class com.lahuca.botsentry.api.data.CheckedIP
Retrieves the provider/host of the IP.
getStartTime() - Method in class com.lahuca.botsentry.api.AntiBotSentryMode
Gives the time in milliseconds (time from System.currentTimeMillis()) when the AntiBot Mode was started.
getUsernamesWhitelist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Gives the usernames whitelist.
getWhitelist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
Deprecated. 
A B C D G I L N R S U V W 
All Classes and Interfaces|All Packages