Package net.runelite.cache
Class InventoryManager
- java.lang.Object
-
- net.runelite.cache.InventoryManager
-
public class InventoryManager extends Object
-
-
Constructor Summary
Constructors Constructor Description InventoryManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryDefinitionfindInventory(int id)List<InventoryDefinition>getInventories()voidload()
-
-
-
Constructor Detail
-
InventoryManager
public InventoryManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getInventories
public List<InventoryDefinition> getInventories()
-
findInventory
public InventoryDefinition findInventory(int id)
-
-