Uses of Class
com.lahuca.botsentry.api.APIPlatform
-
Packages that use APIPlatform Package Description com.lahuca.botsentry.api Main classes for the BotSentry API -
-
Uses of APIPlatform in com.lahuca.botsentry.api
Methods in com.lahuca.botsentry.api that return APIPlatform Modifier and Type Method Description APIPlatformBotSentryAPI. getPlatform()Gives the platform where the plugin is running on.static APIPlatformAPIPlatform. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static APIPlatform[]APIPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-