Uses of Class
net.runelite.client.hiscore.Skill
-
Packages that use Skill Package Description net.runelite.client.hiscore -
-
Uses of Skill in net.runelite.client.hiscore
Methods in net.runelite.client.hiscore that return Skill Modifier and Type Method Description Skill
HiscoreResult. getSkill(HiscoreSkill skill)
Methods in net.runelite.client.hiscore that return types with arguments of type Skill Modifier and Type Method Description Map<HiscoreSkill,Skill>
HiscoreResult. getSkills()
Constructor parameters in net.runelite.client.hiscore with type arguments of type Skill Constructor Description HiscoreResult(String player, Map<HiscoreSkill,Skill> skills)
-