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