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 RSInterfaceComponentRSClient. getActiveScriptComponent()RSInterfaceComponent[][]RSInterfaceManager. getComponents()RSInterfaceComponentRSClient. getDotScriptComponent()default RSInterfaceComponent[][]RSClient. getInterfaces()RSInterfaceComponentRSInterfaceComponent. getParent()RSInterfaceComponentRSClient. getPleaseWaitComponent()RSInterfaceComponent[]RSInterfaceComponent. getSubComponents()Methods in jag.game with parameters of type RSInterfaceComponent Modifier and Type Method Description voidRSClient. buildComponentMenu(RSInterfaceComponent arg0, int arg1, int arg2)voidRSClient. setActiveScriptComponent(RSInterfaceComponent component)voidRSClient. setDotScriptComponent(RSInterfaceComponent component)voidRSClient. setPleaseWaitComponent(RSInterfaceComponent o) -
Uses of RSInterfaceComponent in jag.script
Methods in jag.script that return RSInterfaceComponent Modifier and Type Method Description RSInterfaceComponentRSScriptEvent. 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)
-