Package net.runelite.cache
Class NpcManager
- java.lang.Object
-
- net.runelite.cache.NpcManager
-
public class NpcManager extends Object
-
-
Constructor Summary
Constructors Constructor Description NpcManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(File out)NpcDefinitionget(int npcId)Collection<NpcDefinition>getNpcs()voidjava(File java)voidload()
-
-
-
Constructor Detail
-
NpcManager
public NpcManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getNpcs
public Collection<NpcDefinition> getNpcs()
-
get
public NpcDefinition get(int npcId)
-
dump
public void dump(File out) throws IOException
- Throws:
IOException
-
java
public void java(File java) throws IOException
- Throws:
IOException
-
-