Package net.runelite.cache
Class InterfaceManager
- java.lang.Object
-
- net.runelite.cache.InterfaceManager
-
public class InterfaceManager extends Object
-
-
Constructor Summary
Constructors Constructor Description InterfaceManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(File out)InterfaceDefinition[]getIntefaceGroup(int groupId)InterfaceDefinitiongetInterface(int groupId, int childId)InterfaceDefinition[][]getInterfaces()intgetNumChildren(int groupId)intgetNumInterfaceGroups()voidjava(File java)voidload()
-
-
-
Constructor Detail
-
InterfaceManager
public InterfaceManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getNumInterfaceGroups
public int getNumInterfaceGroups()
-
getNumChildren
public int getNumChildren(int groupId)
-
getIntefaceGroup
public InterfaceDefinition[] getIntefaceGroup(int groupId)
-
getInterface
public InterfaceDefinition getInterface(int groupId, int childId)
-
getInterfaces
public InterfaceDefinition[][] getInterfaces()
-
export
public void export(File out) throws IOException
- Throws:
IOException
-
java
public void java(File java) throws IOException
- Throws:
IOException
-
-