public enum BlockGreenhouseType extends java.lang.Enum<BlockGreenhouseType> implements net.minecraft.util.IStringSerializable
| Enum Constant and Description |
|---|
BORDER |
BORDER_CENTER |
CONTROL |
GEARBOX |
PLAIN |
SCREEN |
| Modifier and Type | Field and Description |
|---|---|
boolean |
twoLayers |
static BlockGreenhouseType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
static BlockGreenhouseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockGreenhouseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockGreenhouseType PLAIN
public static final BlockGreenhouseType BORDER
public static final BlockGreenhouseType BORDER_CENTER
public static final BlockGreenhouseType GEARBOX
public static final BlockGreenhouseType CONTROL
public static final BlockGreenhouseType SCREEN
public static final BlockGreenhouseType[] VALUES
public final boolean twoLayers
public static BlockGreenhouseType[] values()
for (BlockGreenhouseType c : BlockGreenhouseType.values()) System.out.println(c);
public static BlockGreenhouseType 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<BlockGreenhouseType>public java.lang.String getName()
getName in interface net.minecraft.util.IStringSerializable