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