public static enum BlockPressureChamberWall.EnumWallState extends java.lang.Enum<BlockPressureChamberWall.EnumWallState> implements net.minecraft.util.IStringSerializable
| Enum Constant and Description |
|---|
CENTER |
NONE |
XEDGE |
XMIN_YMAX_ZMAX |
XMIN_YMAX_ZMIN |
XMIN_YMIN_ZMAX |
XMIN_YMIN_ZMIN |
YEDGE |
ZEDGE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSerializedName() |
static BlockPressureChamberWall.EnumWallState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockPressureChamberWall.EnumWallState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockPressureChamberWall.EnumWallState NONE
public static final BlockPressureChamberWall.EnumWallState CENTER
public static final BlockPressureChamberWall.EnumWallState XEDGE
public static final BlockPressureChamberWall.EnumWallState ZEDGE
public static final BlockPressureChamberWall.EnumWallState YEDGE
public static final BlockPressureChamberWall.EnumWallState XMIN_YMIN_ZMIN
public static final BlockPressureChamberWall.EnumWallState XMIN_YMIN_ZMAX
public static final BlockPressureChamberWall.EnumWallState XMIN_YMAX_ZMIN
public static final BlockPressureChamberWall.EnumWallState XMIN_YMAX_ZMAX
public static BlockPressureChamberWall.EnumWallState[] values()
for (BlockPressureChamberWall.EnumWallState c : BlockPressureChamberWall.EnumWallState.values()) System.out.println(c);
public static BlockPressureChamberWall.EnumWallState 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 java.lang.String getSerializedName()
getSerializedName in interface net.minecraft.util.IStringSerializable