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