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