public static enum FluidTankBlock.Shape extends java.lang.Enum<FluidTankBlock.Shape> implements net.minecraft.util.IStringSerializable
| Enum Constant and Description |
|---|
PLAIN |
WINDOW |
WINDOW_NE |
WINDOW_NW |
WINDOW_SE |
WINDOW_SW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSerializedName() |
static FluidTankBlock.Shape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FluidTankBlock.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FluidTankBlock.Shape PLAIN
public static final FluidTankBlock.Shape WINDOW
public static final FluidTankBlock.Shape WINDOW_NW
public static final FluidTankBlock.Shape WINDOW_SW
public static final FluidTankBlock.Shape WINDOW_NE
public static final FluidTankBlock.Shape WINDOW_SE
public static FluidTankBlock.Shape[] values()
for (FluidTankBlock.Shape c : FluidTankBlock.Shape.values()) System.out.println(c);
public static FluidTankBlock.Shape 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