Class ConditionalRecipeOutput

java.lang.Object
net.neoforged.neoforge.common.crafting.ConditionalRecipeOutput
All Implemented Interfaces:
RecipeOutput, IRecipeOutputExtension

@Internal public class ConditionalRecipeOutput extends Object implements RecipeOutput
Wrapper around a RecipeOutput that adds conditions to all received recipes. Do not use directly, obtain via IRecipeOutputExtension.withConditions(ICondition...).