public class RailWorkersBenchRecipeManager
extends java.lang.Object
implements com.blamejared.crafttweaker.api.managers.IRecipeManager
com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFilter, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionArray, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionMatrix, com.blamejared.crafttweaker.api.managers.IRecipeManager.RecipeFunctionSingle| Constructor and Description |
|---|
RailWorkersBenchRecipeManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredient input,
com.blamejared.crafttweaker.api.item.IItemStack result) |
net.minecraft.item.crafting.IRecipeType<?> |
getRecipeType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJSONRecipe, fixRecipeName, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipes, getRecipesByOutput, removeAll, removeByModid, removeByModid, removeByName, removeByRegex, removeRecipe, validateRecipeNamepublic void addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredient input,
com.blamejared.crafttweaker.api.item.IItemStack result)
public net.minecraft.item.crafting.IRecipeType<?> getRecipeType()
getRecipeType in interface com.blamejared.crafttweaker.api.managers.IRecipeManager