Uses of Interface
jag.game.RSSubInterface
-
Packages that use RSSubInterface Package Description jag.game org.rspeer.game.component org.rspeer.game.event -
-
Uses of RSSubInterface in jag.game
Methods in jag.game that return RSSubInterface Modifier and Type Method Description RSSubInterface
RSClient. createSubInterface(int key, int id, int type)
Methods in jag.game that return types with arguments of type RSSubInterface Modifier and Type Method Description RSNodeTable<RSSubInterface>
RSClient. getSubInterfaces()
-
Uses of RSSubInterface in org.rspeer.game.component
Methods in org.rspeer.game.component that return types with arguments of type RSSubInterface Modifier and Type Method Description static List<RSSubInterface>
Interfaces. getSubs()
-
Uses of RSSubInterface in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type RSSubInterface Constructor Description OpenSubInterfaceEvent(RSSubInterface sub)
-