public class BlockHeatProperties
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 |
|---|
BlockHeatProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(java.lang.String name,
net.minecraft.block.Block block,
int temperature,
double thermalResistance) |
void |
addRecipe(java.lang.String name,
net.minecraft.block.Block block,
java.util.Map<java.lang.String,java.lang.String> matchProps,
int temperature,
double thermalResistance) |
void |
addRecipe(java.lang.String name,
net.minecraft.block.Block block,
java.util.Map<java.lang.String,java.lang.String> matchProps,
int temperature,
double thermalResistance,
int heatCapacity,
net.minecraft.block.BlockState transformHot,
net.minecraft.block.BlockState transformHotFlowing,
net.minecraft.block.BlockState transformCold,
net.minecraft.block.BlockState transformColdFlowing,
java.lang.String descriptionKey) |
net.minecraft.item.crafting.IRecipeType<HeatPropertiesRecipe> |
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,
net.minecraft.block.Block block,
int temperature,
double thermalResistance)
public void addRecipe(java.lang.String name,
net.minecraft.block.Block block,
java.util.Map<java.lang.String,java.lang.String> matchProps,
int temperature,
double thermalResistance)
public void addRecipe(java.lang.String name,
net.minecraft.block.Block block,
java.util.Map<java.lang.String,java.lang.String> matchProps,
int temperature,
double thermalResistance,
int heatCapacity,
net.minecraft.block.BlockState transformHot,
net.minecraft.block.BlockState transformHotFlowing,
net.minecraft.block.BlockState transformCold,
net.minecraft.block.BlockState transformColdFlowing,
java.lang.String descriptionKey)
public net.minecraft.item.crafting.IRecipeType<HeatPropertiesRecipe> getRecipeType()
getRecipeType in interface com.blamejared.crafttweaker.api.managers.IRecipeManager