Interface ITabs


public interface ITabs
Interface for interacting with the game interface tabs.

This interface provides methods to open and check the state of various game interface tabs such as inventory, equipment, prayer, magic, etc.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isOpen(Tab tab)
    Checks if the specified game interface tab is currently open.
    void
    open(Tab tab)
    Opens the specified game interface tab.
  • Method Details

    • open

      void open(Tab tab)
      Opens the specified game interface tab.
      Parameters:
      tab - the tab to open
    • isOpen

      boolean isOpen(Tab tab)
      Checks if the specified game interface tab is currently open.
      Parameters:
      tab - the tab to check
      Returns:
      true if the tab is open, false otherwise