Uses of Class
rs.kreme.ksbot.api.scripts.Category
-
Packages that use Category Package Description rs.kreme.ksbot.api.scripts -
-
Uses of Category in rs.kreme.ksbot.api.scripts
Methods in rs.kreme.ksbot.api.scripts that return Category Modifier and Type Method Description Category
category()
static Category
Category. forName(java.lang.String value)
static Category
Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-