Uses of Class
rs.kreme.ksbot.api.hooks.Teleporter.Category
-
Packages that use Teleporter.Category Package Description rs.kreme.ksbot.api.hooks -
-
Uses of Teleporter.Category in rs.kreme.ksbot.api.hooks
Methods in rs.kreme.ksbot.api.hooks that return Teleporter.Category Modifier and Type Method Description static Teleporter.Category
Teleporter.Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Teleporter.Category[]
Teleporter.Category. 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.Category Modifier and Type Method Description void
Teleporter. teleport(Teleporter.Category category, java.lang.String teleport)
Deprecated.void
Teleporter. teleport(Teleporter.Category category, java.lang.String teleport, Teleporter.Subcategory subcategory)
Deprecated.
-