Class Skills


  • public class Skills
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Skills()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getBoostedLevel​(net.runelite.api.Skill skill)  
      static int getExperience​(net.runelite.api.Skill skill)  
      static int getLevel​(net.runelite.api.Skill skill)  
      static java.util.List<net.runelite.api.Skill> getReducedSkills()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Skills

        public Skills()
    • Method Detail

      • getBoostedLevel

        public static int getBoostedLevel​(net.runelite.api.Skill skill)
      • getLevel

        public static int getLevel​(net.runelite.api.Skill skill)
      • getExperience

        public static int getExperience​(net.runelite.api.Skill skill)
      • getReducedSkills

        public static java.util.List<net.runelite.api.Skill> getReducedSkills()