Package net.runelite.client.game
Class ItemEquipmentStats
- java.lang.Object
-
- net.runelite.client.game.ItemEquipmentStats
-
public final class ItemEquipmentStats extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemEquipmentStats.ItemEquipmentStatsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemEquipmentStats.ItemEquipmentStatsBuilder
builder()
boolean
equals(Object o)
int
getAcrush()
int
getAmagic()
int
getArange()
int
getAslash()
int
getAspeed()
int
getAstab()
int
getDcrush()
int
getDmagic()
int
getDrange()
int
getDslash()
int
getDstab()
float
getMdmg()
int
getPrayer()
int
getRstr()
int
getSlot()
int
getStr()
int
hashCode()
boolean
isTwoHanded()
String
toString()
-
-
-
Method Detail
-
builder
public static ItemEquipmentStats.ItemEquipmentStatsBuilder builder()
-
getSlot
public int getSlot()
-
isTwoHanded
public boolean isTwoHanded()
-
getAstab
public int getAstab()
-
getAslash
public int getAslash()
-
getAcrush
public int getAcrush()
-
getAmagic
public int getAmagic()
-
getArange
public int getArange()
-
getDstab
public int getDstab()
-
getDslash
public int getDslash()
-
getDcrush
public int getDcrush()
-
getDmagic
public int getDmagic()
-
getDrange
public int getDrange()
-
getStr
public int getStr()
-
getRstr
public int getRstr()
-
getMdmg
public float getMdmg()
-
getPrayer
public int getPrayer()
-
getAspeed
public int getAspeed()
-
-