Package net.runelite.api
Interface TileItem
-
- All Superinterfaces:
Node
,Renderable
public interface TileItem extends Renderable
Represents an item inside anItemLayer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
int
getQuantity()
-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
Methods inherited from interface net.runelite.api.Renderable
draw, getModel, getModelHeight, setModelHeight
-
-
-
-
Method Detail
-
getId
int getId()
- Returns:
- the ID of the item
- See Also:
ItemID
-
getQuantity
int getQuantity()
-
-