Package net.storm.api.widgets
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
-
Method Details
-
open
Opens the specified game interface tab.- Parameters:
tab- the tab to open
-
isOpen
Checks if the specified game interface tab is currently open.- Parameters:
tab- the tab to check- Returns:
trueif the tab is open,falseotherwise
-