Package net.runelite.cache
Class ObjectManager
- java.lang.Object
-
- net.runelite.cache.ObjectManager
-
public class ObjectManager extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(File out)ObjectDefinitiongetObject(int id)Collection<ObjectDefinition>getObjects()voidjava(File java)voidload()
-
-
-
Constructor Detail
-
ObjectManager
public ObjectManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getObjects
public Collection<ObjectDefinition> getObjects()
-
getObject
public ObjectDefinition getObject(int id)
-
dump
public void dump(File out) throws IOException
- Throws:
IOException
-
java
public void java(File java) throws IOException
- Throws:
IOException
-
-