Class FreezingRecipe.Params
java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
com.lightning.northstar.block.tech.ice_box.FreezingRecipe.Params
- Enclosing class:
FreezingRecipe
public static class FreezingRecipe.Params
extends com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.MapCodec<FreezingRecipe.Params> protected intprotected intstatic net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, FreezingRecipe.Params> Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
fluidIngredients, fluidResults, ingredients, processingDuration, requiredHeat, results -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
codec, ingredients, processingDuration, requiredHeat, results, streamCodec
-
Field Details
-
CODEC
-
STREAM_CODEC
public static net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,FreezingRecipe.Params> STREAM_CODEC -
minTemperature
protected int minTemperature -
maxTemperature
protected int maxTemperature
-
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
encode
protected void encode(net.minecraft.network.RegistryFriendlyByteBuf buffer) - Overrides:
encodein classcom.simibubi.create.content.processing.recipe.ProcessingRecipeParams
-
decode
protected void decode(net.minecraft.network.RegistryFriendlyByteBuf buffer) - Overrides:
decodein classcom.simibubi.create.content.processing.recipe.ProcessingRecipeParams
-