public enum EnumDecoratedBlock extends java.lang.Enum<EnumDecoratedBlock> implements net.minecraft.util.IStringSerializable
Enum Constant and Description |
---|
BLUEPRINT |
DESTROY |
LASER_BACK |
LEATHER |
PAPER |
TEMPLATE |
Modifier and Type | Field and Description |
---|---|
int |
lightValue |
static EnumDecoratedBlock[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumDecoratedBlock |
fromMeta(int meta) |
java.lang.String |
getName() |
static EnumDecoratedBlock |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDecoratedBlock[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDecoratedBlock DESTROY
public static final EnumDecoratedBlock BLUEPRINT
public static final EnumDecoratedBlock TEMPLATE
public static final EnumDecoratedBlock PAPER
public static final EnumDecoratedBlock LEATHER
public static final EnumDecoratedBlock LASER_BACK
public static final EnumDecoratedBlock[] VALUES
public final int lightValue
public static EnumDecoratedBlock[] values()
for (EnumDecoratedBlock c : EnumDecoratedBlock.values()) System.out.println(c);
public static EnumDecoratedBlock 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 getName()
getName
in interface net.minecraft.util.IStringSerializable
public static EnumDecoratedBlock fromMeta(int meta)