Class LiddedBasinRecipe.Params

java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
com.petrolpark.compat.create.core.recipe.AdvancedProcessingRecipeParams
com.petrolpark.compat.create.common.processing.basinlid.LiddedBasinRecipe.Params
Enclosing class:
LiddedBasinRecipe

protected static class LiddedBasinRecipe.Params extends AdvancedProcessingRecipeParams
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    static final com.mojang.serialization.MapCodec<com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
     

    Fields inherited from class com.petrolpark.compat.create.core.recipe.AdvancedProcessingRecipeParams

    allowedBiomes, bookRequired, firstTimeLuckyKey

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

    fluidIngredients, fluidResults, ingredients, processingDuration, requiredHeat, results
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

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

    Methods inherited from class com.petrolpark.compat.create.core.recipe.AdvancedProcessingRecipeParams

    allowedBiomes, firstTimeLuckyKey, isBookRequired

    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 final com.mojang.serialization.MapCodec<com.simibubi.create.content.processing.recipe.ProcessingRecipeParams> CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams> STREAM_CODEC
    • bubbles

      protected boolean bubbles
  • Constructor Details

    • Params

      protected Params()
  • Method Details