Class ItemContainers
- java.lang.Object
-
- org.dreambot.api.methods.container.general.ItemContainers
-
public class ItemContainers extends java.lang.ObjectUsed to grab an item container based onItemContainerIdid's, or any that you know that we don't have listed
-
-
Constructor Summary
Constructors Constructor Description ItemContainers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ItemContainergetContainer(int id)Gets an item container based on the item container id Known id's can be found inItemContainerId
-
-
-
Method Detail
-
getContainer
public static ItemContainer getContainer(int id)
Gets an item container based on the item container id Known id's can be found inItemContainerId- Parameters:
id- ID of the ItemContainer to grab- Returns:
- ItemContainer for the ID or null if failed to grab container nodes
-
-