Class BlockHeatProperties
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.handlers.BlockHeatProperties
- All Implemented Interfaces:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable,com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatPropertiesRecipe>
@ZenRegister
public class BlockHeatProperties
extends Object
implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatPropertiesRecipe>
-
Field Summary
Fields inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
JSON_RECIPE_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipe(String name, net.minecraft.world.level.block.Block block, int temperature, double thermalResistance) voidaddRecipe(String name, net.minecraft.world.level.block.Block block, Map<String, String> matchProps, int temperature, double thermalResistance) voidaddRecipe(String name, net.minecraft.world.level.block.Block block, Map<String, String> matchProps, int temperature, double thermalResistance, int heatCapacity, net.minecraft.world.level.block.state.BlockState transformHot, net.minecraft.world.level.block.state.BlockState transformHotFlowing, net.minecraft.world.level.block.state.BlockState transformCold, net.minecraft.world.level.block.state.BlockState transformColdFlowing, String descriptionKey) net.minecraft.world.item.crafting.RecipeType<HeatPropertiesRecipe>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
addJsonRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, remove, removeAll, removeByInput, removeByModid, removeByName, removeByName, removeByRegex
-
Constructor Details
-
BlockHeatProperties
public BlockHeatProperties()
-
-
Method Details
-
addRecipe
public void addRecipe(String name, net.minecraft.world.level.block.Block block, int temperature, double thermalResistance) -
addRecipe
-
addRecipe
public void addRecipe(String name, net.minecraft.world.level.block.Block block, Map<String, String> matchProps, int temperature, double thermalResistance, int heatCapacity, net.minecraft.world.level.block.state.BlockState transformHot, net.minecraft.world.level.block.state.BlockState transformHotFlowing, net.minecraft.world.level.block.state.BlockState transformCold, net.minecraft.world.level.block.state.BlockState transformColdFlowing, String descriptionKey) -
getRecipeType
- Specified by:
getRecipeTypein interfacecom.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatPropertiesRecipe>
-