public static enum BlockRedSandstone.EnumType extends java.lang.Enum<BlockRedSandstone.EnumType> implements IStringSerializable
| Modifier and Type | Method and Description | 
|---|---|
| static BlockRedSandstone.EnumType | byMetadata(int meta) | 
| int | getMetadata() | 
| java.lang.String | getName() | 
| java.lang.String | getUnlocalizedName() | 
| java.lang.String | toString() | 
| static BlockRedSandstone.EnumType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BlockRedSandstone.EnumType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BlockRedSandstone.EnumType DEFAULT
public static final BlockRedSandstone.EnumType CHISELED
public static final BlockRedSandstone.EnumType SMOOTH
public static BlockRedSandstone.EnumType[] values()
for (BlockRedSandstone.EnumType c : BlockRedSandstone.EnumType.values()) System.out.println(c);
public static BlockRedSandstone.EnumType 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 int getMetadata()
public java.lang.String toString()
toString in class java.lang.Enum<BlockRedSandstone.EnumType>public static BlockRedSandstone.EnumType byMetadata(int meta)
public java.lang.String getName()
getName in interface IStringSerializablepublic java.lang.String getUnlocalizedName()