public enum BlockTypeApicultureTesr extends java.lang.Enum<BlockTypeApicultureTesr> implements IBlockTypeTesr
| Enum Constant and Description |
|---|
APIARIST_CHEST |
| Modifier and Type | Field and Description |
|---|---|
static BlockTypeApicultureTesr[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
IMachinePropertiesTesr<?> |
getMachineProperties() |
java.lang.String |
getName() |
static BlockTypeApicultureTesr |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockTypeApicultureTesr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockTypeApicultureTesr APIARIST_CHEST
public static final BlockTypeApicultureTesr[] VALUES
public static BlockTypeApicultureTesr[] values()
for (BlockTypeApicultureTesr c : BlockTypeApicultureTesr.values()) System.out.println(c);
public static BlockTypeApicultureTesr 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 IMachinePropertiesTesr<?> getMachineProperties()
getMachineProperties in interface IBlockTypegetMachineProperties in interface IBlockTypeTesrpublic java.lang.String getName()
getName in interface net.minecraft.util.IStringSerializable