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 SkillSkill. OVERALLDeprecated.Methods in net.runelite.api that return Skill Modifier and Type Method Description static SkillSkill. 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 intClient. getBoostedSkillLevel(Skill skill)Gets the current modified level of a skill.intClient. getRealSkillLevel(Skill skill)Gets the real level of a skill.intClient. getSkillExperience(Skill skill)Gets the current experience towards a skill.voidClient. 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 SkillFakeXpDrop. getSkill()SkillStatChanged. 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)
-