Uses of Class
net.runelite.client.plugins.crowdsourcing.skilling.SkillingState
-
Packages that use SkillingState Package Description net.runelite.client.plugins.crowdsourcing.skilling -
-
Uses of SkillingState in net.runelite.client.plugins.crowdsourcing.skilling
Methods in net.runelite.client.plugins.crowdsourcing.skilling that return SkillingState Modifier and Type Method Description static SkillingState
SkillingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SkillingState[]
SkillingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-