Uses of Class
net.runelite.api.Skill
-
Packages that use Skill Package Description net.runelite.api net.runelite.api.events -
-
Uses of Skill in net.runelite.api
Fields in net.runelite.api declared as Skill Modifier and Type Field Description static Skill
Skill. OVERALL
Deprecated.Methods in net.runelite.api that return Skill Modifier and Type Method Description static Skill
Skill. valueOf(String name)
Returns the enum constant of this type with the specified name.static Skill[]
Skill. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type Skill Modifier and Type Method Description int
Client. getBoostedSkillLevel(Skill skill)
Gets the current modified level of a skill.int
Client. getRealSkillLevel(Skill skill)
Gets the real level of a skill.int
Client. getSkillExperience(Skill skill)
Gets the current experience towards a skill.void
Client. queueChangedSkill(Skill skill)
-
Uses of Skill in net.runelite.api.events
Methods in net.runelite.api.events that return Skill Modifier and Type Method Description Skill
FakeXpDrop. getSkill()
Skill
StatChanged. getSkill()
Constructors in net.runelite.api.events with parameters of type Skill Constructor Description FakeXpDrop(Skill skill, int xp)
StatChanged(Skill skill, int xp, int level, int boostedLevel)
-