Class WoodcuttingData


  • public class WoodcuttingData
    extends Object
    • Constructor Detail

      • WoodcuttingData

        public WoodcuttingData​(int level,
                               int startTick,
                               int endTick,
                               List<Integer> chopTicks,
                               List<Integer> nestTicks,
                               int axe,
                               int treeId,
                               net.runelite.api.coords.WorldPoint treeLocation,
                               SkillingEndReason reason)
    • Method Detail

      • getLevel

        public int getLevel()
      • getStartTick

        public int getStartTick()
      • getEndTick

        public int getEndTick()
      • getAxe

        public int getAxe()
      • getTreeId

        public int getTreeId()
      • getTreeLocation

        public net.runelite.api.coords.WorldPoint getTreeLocation()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object