Uses of Interface
net.minecraft.data.recipes.RecipeOutput
Packages that use RecipeOutput
Package
Description
Classes for NeoForge's own data generation.
-
Uses of RecipeOutput in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as RecipeOutputMethods in net.minecraft.data.recipes with parameters of type RecipeOutputModifier and TypeMethodDescriptionprotected abstract RecipeProvider
RecipeProvider.Runner.createRecipeProvider
(HolderLookup.Provider p_362946_, RecipeOutput p_365274_) default void
RecipeBuilder.save
(RecipeOutput p_301244_) default void
RecipeBuilder.save
(RecipeOutput p_301186_, String p_176502_) void
RecipeBuilder.save
(RecipeOutput p_301032_, ResourceKey<Recipe<?>> p_379998_) void
ShapedRecipeBuilder.save
(RecipeOutput p_301098_, ResourceKey<Recipe<?>> p_380072_) void
ShapelessRecipeBuilder.save
(RecipeOutput p_301215_, ResourceKey<Recipe<?>> p_379987_) void
SimpleCookingRecipeBuilder.save
(RecipeOutput p_301266_, ResourceKey<Recipe<?>> p_380371_) void
SingleItemRecipeBuilder.save
(RecipeOutput p_301137_, ResourceKey<Recipe<?>> p_379508_) void
SmithingTransformRecipeBuilder.save
(RecipeOutput p_301163_, String p_300906_) void
SmithingTransformRecipeBuilder.save
(RecipeOutput p_301291_, ResourceKey<Recipe<?>> p_379837_) void
SmithingTrimRecipeBuilder.save
(RecipeOutput p_301110_, ResourceKey<Recipe<?>> p_379691_) void
SpecialRecipeBuilder.save
(RecipeOutput p_301307_, String p_126361_) void
SpecialRecipeBuilder.save
(RecipeOutput p_301123_, ResourceKey<Recipe<?>> p_379910_) void
TransmuteRecipeBuilder.save
(RecipeOutput p_374401_, ResourceKey<Recipe<?>> p_379646_) Constructors in net.minecraft.data.recipes with parameters of type RecipeOutputModifierConstructorDescriptionprotected
RecipeProvider
(HolderLookup.Provider p_360573_, RecipeOutput p_360872_) -
Uses of RecipeOutput in net.minecraft.data.recipes.packs
Methods in net.minecraft.data.recipes.packs with parameters of type RecipeOutputModifier and TypeMethodDescriptionprotected RecipeProvider
VanillaRecipeProvider.Runner.createRecipeProvider
(HolderLookup.Provider p_364945_, RecipeOutput p_362956_) Constructors in net.minecraft.data.recipes.packs with parameters of type RecipeOutputModifierConstructorDescriptionprotected
VanillaRecipeProvider
(HolderLookup.Provider p_364298_, RecipeOutput p_361287_) -
Uses of RecipeOutput in net.neoforged.neoforge.common.crafting
Classes in net.neoforged.neoforge.common.crafting that implement RecipeOutputModifier and TypeClassDescriptionclass
Wrapper around aRecipeOutput
that adds conditions to all received recipes.Fields in net.neoforged.neoforge.common.crafting declared as RecipeOutputConstructors in net.neoforged.neoforge.common.crafting with parameters of type RecipeOutputModifierConstructorDescriptionConditionalRecipeOutput
(RecipeOutput inner, ICondition[] conditions) -
Uses of RecipeOutput in net.neoforged.neoforge.common.data.internal
Classes in net.neoforged.neoforge.common.data.internal that implement RecipeOutputModifier and TypeClassDescriptionprivate static class
Fields in net.neoforged.neoforge.common.data.internal declared as RecipeOutputModifier and TypeFieldDescriptionprivate final RecipeOutput
NeoForgeRecipeProvider.InterceptingRecipeOutput.output
Methods in net.neoforged.neoforge.common.data.internal with parameters of type RecipeOutputModifier and TypeMethodDescriptionprotected RecipeProvider
NeoForgeRecipeProvider.Runner.createRecipeProvider
(HolderLookup.Provider lookupProvider, RecipeOutput output) Constructors in net.neoforged.neoforge.common.data.internal with parameters of type RecipeOutputModifierConstructorDescriptionprivate
InterceptingRecipeOutput
(HolderGetter<Item> items, RecipeOutput output) -
Uses of RecipeOutput in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return RecipeOutputModifier and TypeMethodDescriptionprivate RecipeOutput
IRecipeOutputExtension.self()
default RecipeOutput
IRecipeOutputExtension.withConditions
(ICondition... conditions) Builds a wrapper around this recipe output that adds conditions to all received recipes.