Class RecordProcessingRecipeParams
java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
petrolpark.mc.library.compat.create.core.data.recipe.RecordProcessingRecipeParams
public class RecordProcessingRecipeParams
extends com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
Publicly readable version of
ProcessingRecipeParams-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Decoder<RecordProcessingRecipeParams> Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
CODEC, fluidIngredients, fluidResults, ingredients, processingDuration, requiredHeat, results, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<B extends com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder<?,?, B>>
BaddToBuilder(B builder) net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.FluidStack> com.simibubi.create.content.processing.recipe.HeatConditionnet.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> net.minecraft.core.NonNullList<com.simibubi.create.content.processing.recipe.ProcessingOutput> intMethods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeParams
codec, decode, encode, ingredients, processingDuration, requiredHeat, results, streamCodec
-
Field Details
-
DECODER
-
-
Constructor Details
-
RecordProcessingRecipeParams
public RecordProcessingRecipeParams()
-
-
Method Details
-
itemIngredients
public net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> itemIngredients() -
itemResults
public net.minecraft.core.NonNullList<com.simibubi.create.content.processing.recipe.ProcessingOutput> itemResults() -
fluidIngredients
public net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.crafting.SizedFluidIngredient> fluidIngredients() -
fluidResults
public net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.FluidStack> fluidResults() -
processingTime
public int processingTime() -
heatRequirement
public com.simibubi.create.content.processing.recipe.HeatCondition heatRequirement() -
addToBuilder
public <B extends com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder<?,?, B addToBuilderB>> (B builder)
-