Package rsb.methods

Class GameGUI


public class GameGUI extends MethodProvider
For internal use to find GUI components.
Author:
GigiaJ
  • Constructor Details

  • 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

      public net.runelite.api.widgets.Widget getTab(GameGUI.Tab tab)
      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; otherwise false.