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