public static enum BlockFlower.EnumFlowerColor extends java.lang.Enum<BlockFlower.EnumFlowerColor>
Modifier and Type | Method and Description |
---|---|
BlockFlower |
getBlock() |
static BlockFlower.EnumFlowerColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockFlower.EnumFlowerColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockFlower.EnumFlowerColor YELLOW
public static final BlockFlower.EnumFlowerColor RED
public static BlockFlower.EnumFlowerColor[] values()
for (BlockFlower.EnumFlowerColor c : BlockFlower.EnumFlowerColor.values()) System.out.println(c);
public static BlockFlower.EnumFlowerColor 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 BlockFlower getBlock()