Class ItemContainer
- java.lang.Object
-
- org.dreambot.api.methods.container.general.ItemContainer
-
public class ItemContainer extends java.lang.ObjectItemContainer node, contains a list of items Examples of ItemContainers are Bank, Inventory, Equipment Known ids can be found atItemContainerIdThis will not set
Item.getDestination()when building the items
-
-
Constructor Summary
Constructors Constructor Description ItemContainer(net.runelite.api.ItemContainer reference, int containerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContainerId()java.util.List<Item>getItems()Gets the items in this item container Does not add empty slots to the list Does not set item destinations
-
-
-
Method Detail
-
getItems
public java.util.List<Item> getItems()
Gets the items in this item container Does not add empty slots to the list Does not set item destinations- Returns:
-
getContainerId
public int getContainerId()
-
-