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