public class HeatFrameCooling
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 |
|---|
HeatFrameCooling() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.fluid.CTFluidIngredient inputFluid,
com.blamejared.crafttweaker.api.item.IItemStack output,
int temperature,
float bonusMult,
float bonusLimit) |
void |
addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredient input,
com.blamejared.crafttweaker.api.item.IItemStack output,
int temperature,
float bonusMult,
float bonusLimit) |
net.minecraft.item.crafting.IRecipeType<HeatFrameCoolingRecipe> |
getRecipeType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJSONRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeMap, getRecipes, getRecipesByOutput, removeAll, removeByModid, removeByModid, removeByName, removeByRegex, removeRecipe, removeRecipe, removeRecipeByInput, validateRecipeNamepublic void addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.item.IIngredient input,
com.blamejared.crafttweaker.api.item.IItemStack output,
int temperature,
float bonusMult,
float bonusLimit)
public void addRecipe(java.lang.String name,
com.blamejared.crafttweaker.api.fluid.CTFluidIngredient inputFluid,
com.blamejared.crafttweaker.api.item.IItemStack output,
int temperature,
float bonusMult,
float bonusLimit)
public net.minecraft.item.crafting.IRecipeType<HeatFrameCoolingRecipe> getRecipeType()
getRecipeType in interface com.blamejared.crafttweaker.api.managers.IRecipeManager