Class Interfaces
java.lang.Object
org.rspeer.game.component.Interfaces
Provides operations for game interfaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic StringgetConstantName(int uid) static StringgetConstantName(int uid, int subcomponent) static InterfaceComponentgetDirect(int uid) static InterfaceComponentgetDirect(int group, int component) static InterfaceComponentgetDirect(int group, int component, int subComponent) static InterfaceComponentgetDirect(InterfaceComposite group, int component) static InterfaceComponentgetDirect(InterfaceComposite group, int component, int subComponent) static InterfaceComponentstatic InterfaceComponentgetSelectedComponent(IntPredicate groupPredicate) static List<jag.oldscape.RSSubInterface> getSubs()static booleanisSubActive(int group) Deprecated.static booleanisSubActive(InterfaceComposite composite) Deprecated.static booleanisVisible(int uid) static booleanisVisible(int group, int component) static booleanisVisible(InterfaceComposite composite, int component) static InterfaceComponentlookup(InterfaceAddress address) static ComponentQueryquery()static ComponentQueryquery(boolean includeSubComponents) static ComponentQueryquery(int... groups) static ComponentQueryquery(InterfaceComposite... groups)
-
Constructor Details
-
Interfaces
public Interfaces()
-
-
Method Details
-
query
-
query
-
query
-
query
-
getDirect
public static InterfaceComponent getDirect(InterfaceComposite group, int component, int subComponent) -
getDirect
-
getDirect
-
getDirect
-
getDirect
-
getSelectedComponent
-
getSelectedComponent
-
lookup
-
isVisible
public static boolean isVisible(int uid) -
isVisible
public static boolean isVisible(int group, int component) -
isVisible
-
isSubActive
Deprecated. -
isSubActive
Deprecated. -
getSubs
-
closeSubs
public static boolean closeSubs() -
getConstantName
-
getConstantName
-