Uses of Class
net.runelite.client.ui.SkillColor
-
Packages that use SkillColor Package Description net.runelite.client.ui -
-
Uses of SkillColor in net.runelite.client.ui
Methods in net.runelite.client.ui that return SkillColor Modifier and Type Method Description static SkillColor
SkillColor. find(Skill skill)
Finds the corresponding SkillColor for a given Skill.static SkillColor
SkillColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static SkillColor[]
SkillColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-