Class WoodcuttingData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.woodcutting.WoodcuttingData
-
public class WoodcuttingData extends Object
-
-
Constructor Summary
Constructors Constructor Description WoodcuttingData(int level, int startTick, int endTick, List<Integer> chopTicks, List<Integer> nestTicks, int axe, int treeId, WorldPoint treeLocation, SkillingEndReason reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getAxe()
List<Integer>
getChopTicks()
int
getEndTick()
int
getLevel()
List<Integer>
getNestTicks()
SkillingEndReason
getReason()
int
getStartTick()
int
getTreeId()
WorldPoint
getTreeLocation()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
WoodcuttingData
public WoodcuttingData(int level, int startTick, int endTick, List<Integer> chopTicks, List<Integer> nestTicks, int axe, int treeId, 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 WorldPoint getTreeLocation()
-
getReason
public SkillingEndReason getReason()
-
canEqual
protected boolean canEqual(Object other)
-
-