public static enum AssemblyRecipe.AssemblyProgramType extends java.lang.Enum<AssemblyRecipe.AssemblyProgramType>
| Enum Constant and Description |
|---|
DRILL |
DRILL_LASER |
LASER |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getRecipeType() |
java.lang.String |
getRegistryName() |
static AssemblyRecipe.AssemblyProgramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssemblyRecipe.AssemblyProgramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssemblyRecipe.AssemblyProgramType DRILL
public static final AssemblyRecipe.AssemblyProgramType LASER
public static final AssemblyRecipe.AssemblyProgramType DRILL_LASER
public static AssemblyRecipe.AssemblyProgramType[] values()
for (AssemblyRecipe.AssemblyProgramType c : AssemblyRecipe.AssemblyProgramType.values()) System.out.println(c);
public static AssemblyRecipe.AssemblyProgramType 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 getRegistryName()
public net.minecraft.util.ResourceLocation getRecipeType()