public class PressureChamber
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 |
|---|
PressureChamber() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredientWithAmount[] inputs,
com.blamejared.crafttweaker.api.item.IItemStack[] outputs,
float pressure) |
net.minecraft.item.crafting.IRecipeType<PressureChamberRecipe> |
getRecipeType() |
void |
removeRecipe(com.blamejared.crafttweaker.api.item.IIngredient output) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJSONRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeMap, getRecipes, getRecipesByOutput, removeAll, removeByModid, removeByModid, removeByName, removeByRegex, removeByRegex, removeRecipe, removeRecipeByInput, validateRecipeNamepublic void addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredientWithAmount[] inputs,
com.blamejared.crafttweaker.api.item.IItemStack[] outputs,
float pressure)
public void removeRecipe(com.blamejared.crafttweaker.api.item.IIngredient output)
removeRecipe in interface com.blamejared.crafttweaker.api.managers.IRecipeManagerpublic net.minecraft.item.crafting.IRecipeType<PressureChamberRecipe> getRecipeType()
getRecipeType in interface com.blamejared.crafttweaker.api.managers.IRecipeManager