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