public enum BlockAlvearyType extends java.lang.Enum<BlockAlvearyType>
| Enum Constant and Description |
|---|
FAN |
HEATER |
HYGRO |
PLAIN |
SIEVE |
STABILISER |
SWARMER |
| Modifier and Type | Field and Description |
|---|---|
boolean |
activatable |
static BlockAlvearyType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BlockAlvearyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockAlvearyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockAlvearyType PLAIN
public static final BlockAlvearyType SWARMER
public static final BlockAlvearyType FAN
public static final BlockAlvearyType HEATER
public static final BlockAlvearyType HYGRO
public static final BlockAlvearyType STABILISER
public static final BlockAlvearyType SIEVE
public static final BlockAlvearyType[] VALUES
public final boolean activatable
public static BlockAlvearyType[] values()
for (BlockAlvearyType c : BlockAlvearyType.values()) System.out.println(c);
public static BlockAlvearyType 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<BlockAlvearyType>