Package dev.twilite.game.facade
Enum Class Tab
- All Implemented Interfaces:
TLI,Serializable,Comparable<Tab>,Constable
Top-level gameframe tabs.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccount management tab.Chat channel tab.Combat options tab.Emotes tab.Friends list tab.Inventory tab.Magic spellbook tab.Music player tab.Prayer tab.Quest list tab.Settings tab.Skills tab.Worn equipment tab. -
Method Summary
Modifier and TypeMethodDescriptionintosrsId()Returns the component id for the fixed top-level layout.intReturns the component id for the stretched top-level layout.intpreEocId()Returns the component id for the resizable classic top-level layout.static TabReturns the enum constant of this class with the specified name.static Tab[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
COMBAT
Combat options tab. -
SKILLS
Skills tab. -
QUEST_LIST
Quest list tab. -
INVENTORY
Inventory tab. -
WORN_EQUIPMENT
Worn equipment tab. -
PRAYERS
Prayer tab. -
MAGIC
Magic spellbook tab. -
FRIENDS_LIST
Friends list tab. -
ACCOUNT_MANAGEMENT
Account management tab. -
CHAT_CHANNEL
Chat channel tab. -
LOGOUT
-
SETTINGS
Settings tab. -
EMOTES
Emotes tab. -
MUSIC_PLAYER
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
-
osrsId
public int osrsId()Returns the component id for the fixed top-level layout. -
preEocId
public int preEocId()Returns the component id for the resizable classic top-level layout. -
osrsStretchId
public int osrsStretchId()Returns the component id for the stretched top-level layout.- Specified by:
osrsStretchIdin interfaceTLI
-