public static enum IPipeHolder.PipeMessageReceiver extends java.lang.Enum<IPipeHolder.PipeMessageReceiver>
Enum Constant and Description |
---|
BEHAVIOUR |
FLOW |
PLUGGABLE_DOWN |
PLUGGABLE_EAST |
PLUGGABLE_NORTH |
PLUGGABLE_SOUTH |
PLUGGABLE_UP |
PLUGGABLE_WEST |
WIRES |
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.EnumFacing |
face |
static IPipeHolder.PipeMessageReceiver[] |
PLUGGABLES |
static IPipeHolder.PipeMessageReceiver[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static IPipeHolder.PipeMessageReceiver |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPipeHolder.PipeMessageReceiver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPipeHolder.PipeMessageReceiver BEHAVIOUR
public static final IPipeHolder.PipeMessageReceiver FLOW
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_DOWN
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_UP
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_NORTH
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_SOUTH
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_WEST
public static final IPipeHolder.PipeMessageReceiver PLUGGABLE_EAST
public static final IPipeHolder.PipeMessageReceiver WIRES
public static final IPipeHolder.PipeMessageReceiver[] VALUES
public static final IPipeHolder.PipeMessageReceiver[] PLUGGABLES
public final net.minecraft.util.EnumFacing face
public static IPipeHolder.PipeMessageReceiver[] values()
for (IPipeHolder.PipeMessageReceiver c : IPipeHolder.PipeMessageReceiver.values()) System.out.println(c);
public static IPipeHolder.PipeMessageReceiver 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