public static enum ArmorHUDLayout.LayoutType extends java.lang.Enum<ArmorHUDLayout.LayoutType>
| Enum Constant and Description |
|---|
AIR_CON |
BLOCK_TRACKER |
ENTITY_TRACKER |
ITEM_SEARCH |
JET_BOOTS |
MESSAGE |
POWER |
| Modifier and Type | Method and Description |
|---|---|
static ArmorHUDLayout.LayoutType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmorHUDLayout.LayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArmorHUDLayout.LayoutType POWER
public static final ArmorHUDLayout.LayoutType MESSAGE
public static final ArmorHUDLayout.LayoutType ENTITY_TRACKER
public static final ArmorHUDLayout.LayoutType BLOCK_TRACKER
public static final ArmorHUDLayout.LayoutType ITEM_SEARCH
public static final ArmorHUDLayout.LayoutType AIR_CON
public static final ArmorHUDLayout.LayoutType JET_BOOTS
public static ArmorHUDLayout.LayoutType[] values()
for (ArmorHUDLayout.LayoutType c : ArmorHUDLayout.LayoutType.values()) System.out.println(c);
public static ArmorHUDLayout.LayoutType 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 null