Package net.openosrs.api.service.skill
Class SkillService
- java.lang.Object
-
- net.openosrs.api.service.skill.SkillService
-
@Singleton public class SkillService extends java.lang.ObjectSkill levels and experience readback.
-
-
Constructor Summary
Constructors Constructor Description SkillService(net.runelite.api.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SkillSnapshot>all()java.util.Map<net.runelite.api.Skill,java.lang.Integer>boostDeltas()SkillSnapshotget(net.runelite.api.Skill skill)longtotalExperience()inttotalLevel()
-
-
-
Method Detail
-
get
public SkillSnapshot get(net.runelite.api.Skill skill)
-
all
public java.util.List<SkillSnapshot> all()
-
boostDeltas
public java.util.Map<net.runelite.api.Skill,java.lang.Integer> boostDeltas()
-
totalLevel
public int totalLevel()
-
totalExperience
public long totalExperience()
-
-