public abstract static class MCRecipeManager.ActionBaseAddRecipe
extends java.lang.Object
implements crafttweaker.IAction
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected net.minecraft.item.crafting.IRecipe |
recipe |
Constructor and Description |
---|
ActionBaseAddRecipe() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
calculateName() |
java.lang.String |
getName() |
net.minecraft.item.crafting.IRecipe |
getRecipe() |
void |
registerRecipe(net.minecraft.item.crafting.IRecipe recipe,
crafttweaker.api.recipes.ICraftingRecipe craftingRecipe) |
protected void |
setName(java.lang.String name) |
protected net.minecraft.item.crafting.IRecipe recipe
protected java.lang.String name
protected void setName(java.lang.String name)
public void registerRecipe(net.minecraft.item.crafting.IRecipe recipe, crafttweaker.api.recipes.ICraftingRecipe craftingRecipe)
protected abstract java.lang.String calculateName()
public net.minecraft.item.crafting.IRecipe getRecipe()
public java.lang.String getName()