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