public static interface HeatPropertiesRecipeImpl.Serializer.IFactory<T extends HeatPropertiesRecipe>
| Modifier and Type | Method and Description |
|---|---|
T |
create(net.minecraft.util.ResourceLocation id,
net.minecraft.block.Block block,
net.minecraft.block.BlockState transformHot,
net.minecraft.block.BlockState transformHotFlowing,
net.minecraft.block.BlockState transformCold,
net.minecraft.block.BlockState transformColdFlowing,
int heatCapacity,
int temperature,
double thermalResistance,
java.util.Map<java.lang.String,java.lang.String> predicates,
java.lang.String descriptionKey) |
T create(net.minecraft.util.ResourceLocation id, net.minecraft.block.Block block, net.minecraft.block.BlockState transformHot, net.minecraft.block.BlockState transformHotFlowing, net.minecraft.block.BlockState transformCold, net.minecraft.block.BlockState transformColdFlowing, int heatCapacity, int temperature, double thermalResistance, java.util.Map<java.lang.String,java.lang.String> predicates, java.lang.String descriptionKey)