Uses of Class
net.runelite.client.hiscore.HiscoreSkill
-
Packages that use HiscoreSkill Package Description net.runelite.client.hiscore -
-
Uses of HiscoreSkill in net.runelite.client.hiscore
Methods in net.runelite.client.hiscore that return HiscoreSkill Modifier and Type Method Description static HiscoreSkill
HiscoreSkill. valueOf(String name)
Returns the enum constant of this type with the specified name.static HiscoreSkill[]
HiscoreSkill. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.hiscore that return types with arguments of type HiscoreSkill Modifier and Type Method Description Map<HiscoreSkill,Skill>
HiscoreResult. getSkills()
Methods in net.runelite.client.hiscore with parameters of type HiscoreSkill Modifier and Type Method Description Skill
HiscoreResult. getSkill(HiscoreSkill skill)
Constructor parameters in net.runelite.client.hiscore with type arguments of type HiscoreSkill Constructor Description HiscoreResult(String player, Map<HiscoreSkill,Skill> skills)
-