Package rsb.methods
Class GameGUI
java.lang.Object
rsb.methods.MethodProvider
rsb.methods.GameGUI
For internal use to find GUI components.
- Author:
- GigiaJ
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
An enumerated type representing the tabs interfaces and their WidgetInfo. -
Field Summary
Fields inherited from class rsb.methods.MethodProvider
methods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.runelite.api.widgets.Widget
net.runelite.api.widgets.Widget
net.runelite.api.widgets.Widget
getTab
(GameGUI.Tab tab) boolean
isFixed()
Determines whether or no the client is currently in the fixed display mode.
-
Constructor Details
-
GameGUI
-
-
Method Details
-
getCompass
public net.runelite.api.widgets.Widget getCompass()- Returns:
- The compasses
RSInterface
;otherwise null.
-
getMinimapInterface
public net.runelite.api.widgets.Widget getMinimapInterface()- Returns:
- The minimaps
RSInterface
; otherwise null.
-
getTab
- Parameters:
tab
- The enumerated tab containing WidgetInfo of the tab.- Returns:
- The specified tab
RSInterface
; otherwise null.
-
isFixed
public boolean isFixed()Determines whether or no the client is currently in the fixed display mode.- Returns:
true
if in fixed mode; otherwisefalse
.
-