public static enum ReassemblyUnitTileEntity.Mode extends java.lang.Enum<ReassemblyUnitTileEntity.Mode>
Enum Constant and Description |
---|
ASSEMBLING |
INACTIVE |
SEPARATING |
Modifier and Type | Method and Description |
---|---|
static ReassemblyUnitTileEntity.Mode |
fromOrdinal(int ordinal) |
static ReassemblyUnitTileEntity.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReassemblyUnitTileEntity.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReassemblyUnitTileEntity.Mode INACTIVE
public static final ReassemblyUnitTileEntity.Mode ASSEMBLING
public static final ReassemblyUnitTileEntity.Mode SEPARATING
public static ReassemblyUnitTileEntity.Mode[] values()
for (ReassemblyUnitTileEntity.Mode c : ReassemblyUnitTileEntity.Mode.values()) System.out.println(c);
public static ReassemblyUnitTileEntity.Mode 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 ReassemblyUnitTileEntity.Mode fromOrdinal(int ordinal)