Class ProcessingRecipeBuilder.ProcessingRecipeParams
java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams
- Enclosing class:
ProcessingRecipeBuilder<T extends ProcessingRecipe<?>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected net.minecraft.core.NonNullList<FluidIngredient> protected net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.FluidStack> protected net.minecraft.resources.ResourceLocationprotected net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> booleanprotected intprotected HeatConditionprotected net.minecraft.core.NonNullList<ProcessingOutput> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProcessingRecipeParams(net.minecraft.resources.ResourceLocation id) -
Method Summary
-
Field Details
-
id
protected net.minecraft.resources.ResourceLocation id -
ingredients
protected net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> ingredients -
results
-
fluidIngredients
-
fluidResults
protected net.minecraft.core.NonNullList<net.neoforged.neoforge.fluids.FluidStack> fluidResults -
processingDuration
protected int processingDuration -
requiredHeat
-
keepHeldItem
public boolean keepHeldItem
-
-
Constructor Details
-
ProcessingRecipeParams
protected ProcessingRecipeParams(net.minecraft.resources.ResourceLocation id)
-