public static class MCRecipeManager.ActionBaseAddRecipe
extends java.lang.Object
implements crafttweaker.IAction
Modifier and Type | Field and Description |
---|---|
protected boolean |
isShaped |
protected java.lang.String |
name |
protected crafttweaker.api.item.IItemStack |
output |
protected MCRecipeBase |
recipe |
Constructor and Description |
---|
ActionBaseAddRecipe()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
apply() |
java.lang.String |
calculateName() |
java.lang.String |
describe() |
java.lang.String |
getName() |
crafttweaker.api.item.IItemStack |
getOutput() |
MCRecipeBase |
getRecipe() |
protected void |
setName(java.lang.String name) |
void |
setOutput(crafttweaker.api.item.IItemStack output) |
void |
setRecipe(MCRecipeBase recipe) |
protected MCRecipeBase recipe
protected crafttweaker.api.item.IItemStack output
protected boolean isShaped
protected java.lang.String name
public void setRecipe(MCRecipeBase recipe)
public crafttweaker.api.item.IItemStack getOutput()
public void setOutput(crafttweaker.api.item.IItemStack output)
public java.lang.String getName()
protected void setName(java.lang.String name)
public java.lang.String calculateName()
public void apply()
apply
in interface crafttweaker.IAction
public java.lang.String describe()
describe
in interface crafttweaker.IAction
public MCRecipeBase getRecipe()