public static enum BlockFlowerPot.EnumFlowerType extends java.lang.Enum<BlockFlowerPot.EnumFlowerType> implements IStringSerializable
Enum Constant and Description |
---|
ACACIA_SAPLING |
ALLIUM |
BIRCH_SAPLING |
BLUE_ORCHID |
CACTUS |
DANDELION |
DARK_OAK_SAPLING |
DEAD_BUSH |
EMPTY |
FERN |
HOUSTONIA |
JUNGLE_SAPLING |
MUSHROOM_BROWN |
MUSHROOM_RED |
OAK_SAPLING |
ORANGE_TULIP |
OXEYE_DAISY |
PINK_TULIP |
POPPY |
RED_TULIP |
SPRUCE_SAPLING |
WHITE_TULIP |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
static BlockFlowerPot.EnumFlowerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockFlowerPot.EnumFlowerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockFlowerPot.EnumFlowerType EMPTY
public static final BlockFlowerPot.EnumFlowerType POPPY
public static final BlockFlowerPot.EnumFlowerType BLUE_ORCHID
public static final BlockFlowerPot.EnumFlowerType ALLIUM
public static final BlockFlowerPot.EnumFlowerType HOUSTONIA
public static final BlockFlowerPot.EnumFlowerType RED_TULIP
public static final BlockFlowerPot.EnumFlowerType ORANGE_TULIP
public static final BlockFlowerPot.EnumFlowerType WHITE_TULIP
public static final BlockFlowerPot.EnumFlowerType PINK_TULIP
public static final BlockFlowerPot.EnumFlowerType OXEYE_DAISY
public static final BlockFlowerPot.EnumFlowerType DANDELION
public static final BlockFlowerPot.EnumFlowerType OAK_SAPLING
public static final BlockFlowerPot.EnumFlowerType SPRUCE_SAPLING
public static final BlockFlowerPot.EnumFlowerType BIRCH_SAPLING
public static final BlockFlowerPot.EnumFlowerType JUNGLE_SAPLING
public static final BlockFlowerPot.EnumFlowerType ACACIA_SAPLING
public static final BlockFlowerPot.EnumFlowerType DARK_OAK_SAPLING
public static final BlockFlowerPot.EnumFlowerType MUSHROOM_RED
public static final BlockFlowerPot.EnumFlowerType MUSHROOM_BROWN
public static final BlockFlowerPot.EnumFlowerType DEAD_BUSH
public static final BlockFlowerPot.EnumFlowerType FERN
public static final BlockFlowerPot.EnumFlowerType CACTUS
public static BlockFlowerPot.EnumFlowerType[] values()
for (BlockFlowerPot.EnumFlowerType c : BlockFlowerPot.EnumFlowerType.values()) System.out.println(c);
public static BlockFlowerPot.EnumFlowerType 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 toString()
toString
in class java.lang.Enum<BlockFlowerPot.EnumFlowerType>
public java.lang.String getName()
getName
in interface IStringSerializable