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