public enum EnumLaserTableType extends java.lang.Enum<EnumLaserTableType> implements net.minecraft.util.IStringSerializable
Enum Constant and Description |
---|
ADVANCED_CRAFTING_TABLE |
ASSEMBLY_TABLE |
CHARGING_TABLE |
INTEGRATION_TABLE |
PROGRAMMING_TABLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static EnumLaserTableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumLaserTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumLaserTableType ASSEMBLY_TABLE
public static final EnumLaserTableType ADVANCED_CRAFTING_TABLE
public static final EnumLaserTableType INTEGRATION_TABLE
public static final EnumLaserTableType CHARGING_TABLE
public static final EnumLaserTableType PROGRAMMING_TABLE
public static EnumLaserTableType[] values()
for (EnumLaserTableType c : EnumLaserTableType.values()) System.out.println(c);
public static EnumLaserTableType 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 java.lang.String getName()
getName
in interface net.minecraft.util.IStringSerializable