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

    Fields
    Modifier and Type
    Field
    Description
    static com.mojang.serialization.MapCodec<FreezingRecipe.Params>
     
    protected int
     
    protected int
     
    static 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    decode(net.minecraft.network.RegistryFriendlyByteBuf buffer)
     
    protected void
    encode(net.minecraft.network.RegistryFriendlyByteBuf buffer)
     

    Methods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams

    codec, ingredients, processingDuration, requiredHeat, results, streamCodec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CODEC

      public static com.mojang.serialization.MapCodec<FreezingRecipe.Params> 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:
      encode in class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
    • decode

      protected void decode(net.minecraft.network.RegistryFriendlyByteBuf buffer)
      Overrides:
      decode in class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams