Enum Constant and Description |
---|
ATTACK_ABILITIES |
CONSTITUTION_ABILITIES |
DEFENCE_ABILITIES |
MAGIC_ABILITIES |
MAGIC_COMBAT_SPELLS |
MAGIC_SKILLING_SPELLS |
MAGIC_TELEPORT_SPELLS |
RANGED_ABILITIES |
STRENGTH_ABILITIES |
Modifier and Type | Field and Description |
---|---|
static int |
MAGIC_MASK |
static int |
MASK_TAB |
Modifier and Type | Method and Description |
---|---|
GeneralTab |
getGeneralTab()
Getter for property 'generalTab'.
|
int |
getMagicMask()
Getter for property 'magicMask'.
|
static InnerTab |
getOpenTab()
Getter for property 'openTab'.
|
int |
getRegularMask()
Getter for property 'regularMask'.
|
int |
getWidgetChildId()
Getter for property 'widgetChildId'.
|
boolean |
isOpen()
Getter for property 'open'.
|
boolean |
open() |
static InnerTab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InnerTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InnerTab ATTACK_ABILITIES
public static final InnerTab STRENGTH_ABILITIES
public static final InnerTab RANGED_ABILITIES
public static final InnerTab MAGIC_ABILITIES
public static final InnerTab MAGIC_COMBAT_SPELLS
public static final InnerTab MAGIC_TELEPORT_SPELLS
public static final InnerTab MAGIC_SKILLING_SPELLS
public static final InnerTab DEFENCE_ABILITIES
public static final InnerTab CONSTITUTION_ABILITIES
public static final int MASK_TAB
public static final int MAGIC_MASK
public static InnerTab[] values()
for (InnerTab c : InnerTab.values()) System.out.println(c);
public static InnerTab valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static InnerTab getOpenTab()
public boolean isOpen()
public GeneralTab getGeneralTab()
public int getRegularMask()
public int getMagicMask()
public int getWidgetChildId()
public boolean open()