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