A B C G I N R S U V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- get(Consumer<Set<String>>) - Method in class com.lahuca.botsentry.api.BotSentryList
 - 
Gives all IPs in this list asynchronously.
 - 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 object, where operations can be asynchronously scheduled.
 - 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
 - getCheckedIP(String, Consumer<CheckedIP>) - Method in class com.lahuca.botsentry.api.BotSentryAPI
 - 
Gives the checked object of the given IP asynchronously.
 - getContinent() - Method in class com.lahuca.botsentry.api.data.CheckedIP
 - 
Gives the continent of origin of the IP.
 - getHandlerList() - Static method in class com.lahuca.botsentry.api.event.spigot.SpigotAntiBotModeStateEvent
 - getHandlers() - Method in class com.lahuca.botsentry.api.event.spigot.SpigotAntiBotModeStateEvent
 - getIP() - Method in class com.lahuca.botsentry.api.data.CheckedIP
 - 
Gives the IP which this class holds information of.
 - getIPStatus(String, Consumer<IPStatus>) - Method in class com.lahuca.botsentry.api.BotSentryAPI
 - 
Gives the current status of the given IP asynchronously.
 - 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. - 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.
 - 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. - getWhitelist() - Method in class com.lahuca.botsentry.api.BotSentryAPI
 - 
Gives the whitelist object, where operations can be asynchronously scheduled.
 
All Classes All Packages