Uses of Interface
jag.game.RSInterfaceComponent
-
Packages that use RSInterfaceComponent Package Description jag.game jag.script org.rspeer.game.adapter.component -
-
Uses of RSInterfaceComponent in jag.game
Methods in jag.game that return RSInterfaceComponent Modifier and Type Method Description RSInterfaceComponent
RSClient. getActiveScriptComponent()
RSInterfaceComponent[][]
RSInterfaceManager. getComponents()
RSInterfaceComponent
RSClient. getDotScriptComponent()
default RSInterfaceComponent[][]
RSClient. getInterfaces()
RSInterfaceComponent
RSInterfaceComponent. getParent()
RSInterfaceComponent
RSClient. getPleaseWaitComponent()
RSInterfaceComponent[]
RSInterfaceComponent. getSubComponents()
Methods in jag.game with parameters of type RSInterfaceComponent Modifier and Type Method Description void
RSClient. buildComponentMenu(RSInterfaceComponent arg0, int arg1, int arg2)
void
RSClient. setActiveScriptComponent(RSInterfaceComponent component)
void
RSClient. setDotScriptComponent(RSInterfaceComponent component)
void
RSClient. setPleaseWaitComponent(RSInterfaceComponent o)
-
Uses of RSInterfaceComponent in jag.script
Methods in jag.script that return RSInterfaceComponent Modifier and Type Method Description RSInterfaceComponent
RSScriptEvent. getSource()
-
Uses of RSInterfaceComponent in org.rspeer.game.adapter.component
Constructors in org.rspeer.game.adapter.component with parameters of type RSInterfaceComponent Constructor Description InterfaceComponent(RSInterfaceComponent provider)
-