Class PickpocketData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.thieving.PickpocketData
-
public class PickpocketData extends Object
-
-
Constructor Summary
Constructors Constructor Description PickpocketData(int level, int target, String message, WorldPoint location, boolean silence, boolean thievingCape, int ardougneDiary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getArdougneDiary()
int
getLevel()
WorldPoint
getLocation()
String
getMessage()
int
getTarget()
int
hashCode()
boolean
isSilence()
boolean
isThievingCape()
String
toString()
-
-
-
Constructor Detail
-
PickpocketData
public PickpocketData(int level, int target, String message, WorldPoint location, boolean silence, boolean thievingCape, int ardougneDiary)
-
-
Method Detail
-
getLevel
public int getLevel()
-
getTarget
public int getTarget()
-
getMessage
public String getMessage()
-
getLocation
public WorldPoint getLocation()
-
isSilence
public boolean isSilence()
-
isThievingCape
public boolean isThievingCape()
-
getArdougneDiary
public int getArdougneDiary()
-
canEqual
protected boolean canEqual(Object other)
-
-