Package net.storm.api.widgets
Enum Class Tab
- All Implemented Interfaces:
Serializable,Comparable<Tab>,Constable
Enumeration of all game interface tabs.
Each tab represents a clickable interface panel in the game client, such as inventory, equipment, prayer, magic spellbook, etc. This enum provides the widget information and indices needed to interact with these tabs programmatically.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe account management tab (formerly ignore list).The clan chat/friends chat tab.The combat options tab showing attack styles and special attack.The emotes tab.The equipment tab showing worn items and stats.The friends list tab.The inventory tab showing carried items.The logout/world switcher tab.The magic tab showing the spellbook.The music player tab.The game options/settings tab.The prayer tab showing available prayers.The quests tab showing quest list and achievement diaries.The skills tab showing all player skill levels. -
Method Summary
-
Enum Constant Details
-
COMBAT
The combat options tab showing attack styles and special attack. -
SKILLS
The skills tab showing all player skill levels. -
QUESTS
The quests tab showing quest list and achievement diaries. -
INVENTORY
The inventory tab showing carried items. -
EQUIPMENT
The equipment tab showing worn items and stats. -
PRAYER
The prayer tab showing available prayers. -
MAGIC
The magic tab showing the spellbook. -
CLAN_CHAT
The clan chat/friends chat tab. -
ACCOUNT
The account management tab (formerly ignore list). -
FRIENDS
The friends list tab. -
LOG_OUT
The logout/world switcher tab. -
OPTIONS
The game options/settings tab. -
EMOTES
The emotes tab. -
MUSIC
The music player tab.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-