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 pRegistries, RecipeOutput pOutput) default void
RecipeBuilder.save
(RecipeOutput pRecipeOutput) default void
RecipeBuilder.save
(RecipeOutput pRecipeOutput, String pId) void
RecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
ShapedRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
ShapelessRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
SimpleCookingRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
SingleItemRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
SmithingTransformRecipeBuilder.save
(RecipeOutput pRecipeOutput, String pRecipeId) void
SmithingTransformRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
SmithingTrimRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
SpecialRecipeBuilder.save
(RecipeOutput pRecipeOutput, String pRecipeId) void
SpecialRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) void
TransmuteRecipeBuilder.save
(RecipeOutput pOutput, ResourceKey<Recipe<?>> pResourceKey) Constructors in net.minecraft.data.recipes with parameters of type RecipeOutputModifierConstructorDescriptionprotected
RecipeProvider
(HolderLookup.Provider pRegistries, RecipeOutput pOutput) -
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.