Uses of Enum Class
com.lahuca.botsentry.api.data.IPStatus
Packages that use IPStatus
Package
Description
Main classes for the BotSentry API
Classes used by the API.
-
Uses of IPStatus in com.lahuca.botsentry.api
Methods in com.lahuca.botsentry.api that return types with arguments of type IPStatusModifier and TypeMethodDescriptionBotSentryAPI.getIPStatus
(String ip) Returns aCompletableFuture
which executes a task who returns theIPStatus
of the given IP.Method parameters in com.lahuca.botsentry.api with type arguments of type IPStatusModifier and TypeMethodDescriptionvoid
BotSentryAPI.getIPStatus
(String ip, Consumer<IPStatus> callback) Deprecated.As of version 9.4-THANATOS. -
Uses of IPStatus in com.lahuca.botsentry.api.data
Methods in com.lahuca.botsentry.api.data that return IPStatus