Class ZMIData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.zmi.ZMIData
-
public class ZMIData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
com.google.common.collect.Multiset<Integer>
getItemsReceived()
com.google.common.collect.Multiset<Integer>
getItemsRemoved()
int
getLevel()
int
getTickDelta()
int
getXpGained()
int
hashCode()
boolean
isArdougneMedium()
String
toString()
-
-
-
Method Detail
-
getTickDelta
public int getTickDelta()
-
isArdougneMedium
public boolean isArdougneMedium()
-
getLevel
public int getLevel()
-
getXpGained
public int getXpGained()
-
getItemsReceived
public com.google.common.collect.Multiset<Integer> getItemsReceived()
-
getItemsRemoved
public com.google.common.collect.Multiset<Integer> getItemsRemoved()
-
canEqual
protected boolean canEqual(Object other)
-
-