net.runelite.api
Represents a single item in a container. Contains the item ID and quantity.
int
Gets the item ID
int getId()
Gets the quantity of the item
int getQuantity()