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 Categorycategory()static CategoryCategory. forName(java.lang.String value)Converts a string to its corresponding Category enum.static CategoryCategory. 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.
-