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