public static enum ArmTileEntity.Phase extends java.lang.Enum<ArmTileEntity.Phase>
| Enum Constant and Description |
|---|
DANCING |
MOVE_TO_INPUT |
MOVE_TO_OUTPUT |
SEARCH_INPUTS |
SEARCH_OUTPUTS |
| Modifier and Type | Method and Description |
|---|---|
static ArmTileEntity.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmTileEntity.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArmTileEntity.Phase SEARCH_INPUTS
public static final ArmTileEntity.Phase MOVE_TO_INPUT
public static final ArmTileEntity.Phase SEARCH_OUTPUTS
public static final ArmTileEntity.Phase MOVE_TO_OUTPUT
public static final ArmTileEntity.Phase DANCING
public static ArmTileEntity.Phase[] values()
for (ArmTileEntity.Phase c : ArmTileEntity.Phase.values()) System.out.println(c);
public static ArmTileEntity.Phase 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