Package net.runelite.client.game
Class ItemStack
- java.lang.Object
-
- net.runelite.client.game.ItemStack
-
public final class ItemStack extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)intgetId()net.runelite.api.coords.LocalPointgetLocation()Deprecated.intgetQuantity()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ItemStack
public ItemStack(int id, int quantity)
-
ItemStack
@Deprecated public ItemStack(int id, int quantity, net.runelite.api.coords.LocalPoint location)
Deprecated.
-
-
Method Detail
-
getLocation
@Deprecated public net.runelite.api.coords.LocalPoint getLocation()
Deprecated.
-
getId
public int getId()
-
getQuantity
public int getQuantity()
-
-