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