Package net.runelite.client.game
Class ItemStack
- java.lang.Object
-
- net.runelite.client.game.ItemStack
-
public final class ItemStack extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemStack(int id, int quantity)
ItemStack(int id, int quantity, LocalPoint location)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
int
getId()
LocalPoint
getLocation()
Deprecated.int
getQuantity()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ItemStack
public ItemStack(int id, int quantity)
-
ItemStack
@Deprecated public ItemStack(int id, int quantity, LocalPoint location)
Deprecated.
-
-
Method Detail
-
getLocation
@Deprecated public LocalPoint getLocation()
Deprecated.
-
getId
public int getId()
-
getQuantity
public int getQuantity()
-
-