Uses of Class
net.minecraft.world.item.crafting.Ingredient
Packages that use Ingredient
Package
Description
Classes for NeoForge's own data generation.
-
Uses of Ingredient in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as IngredientModifier and TypeFieldDescriptionprivate final Ingredient
SmithingTransformRecipeBuilder.addition
private final Ingredient
SmithingTrimRecipeBuilder.addition
private final Ingredient
SmithingTransformRecipeBuilder.base
private final Ingredient
SmithingTrimRecipeBuilder.base
private final Ingredient
SimpleCookingRecipeBuilder.ingredient
private final Ingredient
SingleItemRecipeBuilder.ingredient
private final Ingredient
TransmuteRecipeBuilder.input
private final Ingredient
TransmuteRecipeBuilder.material
private final Ingredient
SmithingTransformRecipeBuilder.template
private final Ingredient
SmithingTrimRecipeBuilder.template
Fields in net.minecraft.data.recipes with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final List
<Ingredient> ShapelessRecipeBuilder.ingredients
private final Map
<Character, Ingredient> ShapedRecipeBuilder.key
Methods in net.minecraft.data.recipes that return IngredientMethods in net.minecraft.data.recipes with parameters of type IngredientModifier and TypeMethodDescriptionstatic SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.blasting
(Ingredient p_252115_, RecipeCategory p_249421_, ItemStack result, float p_250383_, int p_250476_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.blasting
(Ingredient p_252115_, RecipeCategory p_249421_, ItemLike p_251247_, float p_250383_, int p_250476_) protected RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike p_176659_, Ingredient p_176660_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.campfireCooking
(Ingredient p_249393_, RecipeCategory p_249372_, ItemStack result, float p_252321_, int p_251916_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.campfireCooking
(Ingredient p_249393_, RecipeCategory p_249372_, ItemLike p_251516_, float p_252321_, int p_251916_) protected ShapedRecipeBuilder
RecipeProvider.chiseledBuilder
(RecipeCategory p_251755_, ItemLike p_249782_, Ingredient p_250087_) protected void
RecipeProvider.copySmithingTemplate
(ItemLike p_266974_, Ingredient p_360677_) protected ShapedRecipeBuilder
RecipeProvider.cutBuilder
(RecipeCategory p_250895_, ItemLike p_251147_, Ingredient p_251563_) ShapedRecipeBuilder.define
(Character p_126125_, Ingredient p_126126_) protected RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike p_176671_, Ingredient p_176672_) protected RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike p_176679_, Ingredient p_176680_) protected RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike p_176685_, Ingredient p_176686_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemStack result, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemLike p_249766_, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) protected RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory p_249131_, ItemLike p_251242_, Ingredient p_251412_) protected RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory p_251447_, ItemLike p_251989_, Ingredient p_249211_) ShapelessRecipeBuilder.requires
(Ingredient p_126185_) ShapelessRecipeBuilder.requires
(Ingredient p_126187_, int p_126188_) protected RecipeBuilder
RecipeProvider.signBuilder
(ItemLike p_176727_, Ingredient p_176728_) protected RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory p_251707_, ItemLike p_251284_, Ingredient p_248824_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smelting
(Ingredient p_249223_, RecipeCategory p_251240_, ItemStack result, float p_249452_, int p_250496_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smelting
(Ingredient p_249223_, RecipeCategory p_251240_, ItemLike p_249551_, float p_249452_, int p_250496_) SmithingTransformRecipeBuilder.smithing
(Ingredient p_267071_, Ingredient p_266959_, Ingredient p_266803_, RecipeCategory p_266757_, Item p_267256_) static SmithingTrimRecipeBuilder
SmithingTrimRecipeBuilder.smithingTrim
(Ingredient p_266812_, Ingredient p_266843_, Ingredient p_267309_, Holder<TrimPattern> p_399606_, RecipeCategory p_267269_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smoking
(Ingredient p_248930_, RecipeCategory p_250319_, ItemStack result, float p_252329_, int p_250482_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smoking
(Ingredient p_248930_, RecipeCategory p_250319_, ItemLike p_250377_, float p_252329_, int p_250482_) protected RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike p_176711_, Ingredient p_176712_) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient p_248596_, RecipeCategory p_250503_, ItemLike p_250269_) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient p_251375_, RecipeCategory p_248984_, ItemLike p_250105_, int p_249506_) static TransmuteRecipeBuilder
TransmuteRecipeBuilder.transmute
(RecipeCategory p_374068_, Ingredient p_374585_, Ingredient p_374268_, Item p_374030_) protected RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike p_176721_, Ingredient p_176722_) protected RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory p_249083_, ItemLike p_250754_, Ingredient p_250311_) Constructors in net.minecraft.data.recipes with parameters of type IngredientModifierConstructorDescriptionprivate
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemStack result, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) private
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemLike p_252112_, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) SingleItemRecipeBuilder
(RecipeCategory p_251425_, SingleItemRecipe.Factory<?> p_312361_, Ingredient p_251221_, ItemLike p_251302_, int p_250964_) SmithingTransformRecipeBuilder
(Ingredient p_266973_, Ingredient p_267047_, Ingredient p_267009_, RecipeCategory p_266694_, Item p_267183_) SmithingTrimRecipeBuilder
(RecipeCategory p_267007_, Ingredient p_266712_, Ingredient p_267018_, Ingredient p_267264_, Holder<TrimPattern> p_399676_) private
TransmuteRecipeBuilder
(RecipeCategory p_374344_, Holder<Item> p_374428_, Ingredient p_374309_, Ingredient p_374316_) -
Uses of Ingredient in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy declared as IngredientModifier and TypeFieldDescriptionprivate final Ingredient
PotionBrewing.Mix.ingredient
The field for theingredient
record component.Fields in net.minecraft.world.item.alchemy with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final List
<Ingredient> PotionBrewing.Builder.containers
private final List
<Ingredient> PotionBrewing.containers
Methods in net.minecraft.world.item.alchemy that return IngredientModifier and TypeMethodDescriptionPotionBrewing.Mix.ingredient()
Returns the value of theingredient
record component.Methods in net.minecraft.world.item.alchemy with parameters of type IngredientModifier and TypeMethodDescriptionvoid
PotionBrewing.Builder.addRecipe
(Ingredient input, Ingredient ingredient, ItemStack output) Adds a new simple brewing recipe.Constructors in net.minecraft.world.item.alchemy with parameters of type IngredientModifierConstructorDescription(package private)
Creates an instance of aMix
record class.Constructor parameters in net.minecraft.world.item.alchemy with type arguments of type IngredientModifierConstructorDescription(package private)
PotionBrewing
(List<Ingredient> p_340915_, List<PotionBrewing.Mix<Potion>> p_341164_, List<PotionBrewing.Mix<Item>> p_341170_) (package private)
PotionBrewing
(List<Ingredient> p_340915_, List<PotionBrewing.Mix<Potion>> p_341164_, List<PotionBrewing.Mix<Item>> p_341170_, List<IBrewingRecipe> recipes) -
Uses of Ingredient in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as IngredientModifier and TypeFieldDescription(package private) final Ingredient
SmithingTrimRecipe.addition
(package private) final Ingredient
SmithingTransformRecipe.base
(package private) final Ingredient
SmithingTrimRecipe.base
private static final Ingredient
FireworkRocketRecipe.GUNPOWDER_INGREDIENT
private static final Ingredient
FireworkStarRecipe.GUNPOWDER_INGREDIENT
private final Ingredient
SelectableRecipe.SingleInputEntry.input
The field for theinput
record component.private final Ingredient
SingleItemRecipe.input
(package private) final Ingredient
TransmuteRecipe.input
(package private) final Ingredient
TransmuteRecipe.material
private static final Ingredient
FireworkRocketRecipe.PAPER_INGREDIENT
private static final Ingredient
FireworkRocketRecipe.STAR_INGREDIENT
private static final Ingredient
FireworkStarFadeRecipe.STAR_INGREDIENT
(package private) final Ingredient
SmithingTrimRecipe.template
private static final Ingredient
FireworkStarRecipe.TRAIL_INGREDIENT
private static final Ingredient
FireworkStarRecipe.TWINKLE_INGREDIENT
Fields in net.minecraft.world.item.crafting with type parameters of type IngredientModifier and TypeFieldDescription(package private) final Optional
<Ingredient> SmithingTransformRecipe.addition
static final com.mojang.serialization.Codec
<Ingredient> Ingredient.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Ingredient> Ingredient.CONTENTS_STREAM_CODEC
private final List
<Ingredient> PlacementInfo.ingredients
private final List
<Ingredient> RecipeManager.IngredientCollector.ingredients
private final List
<Optional<Ingredient>> ShapedRecipePattern.ingredients
(package private) final List
<Ingredient> ShapelessRecipe.ingredients
private final Map
<Character, Ingredient> ShapedRecipePattern.Data.key
The field for thekey
record component.static final StreamCodec
<RegistryFriendlyByteBuf, Optional<Ingredient>> Ingredient.OPTIONAL_CONTENTS_STREAM_CODEC
(package private) final Optional
<Ingredient> SmithingTransformRecipe.template
Methods in net.minecraft.world.item.crafting that return IngredientModifier and TypeMethodDescriptionSmithingRecipe.baseIngredient()
SmithingTransformRecipe.baseIngredient()
SmithingTrimRecipe.baseIngredient()
SelectableRecipe.SingleInputEntry.input()
Returns the value of theinput
record component.SingleItemRecipe.input()
static Ingredient
static Ingredient
static Ingredient
static Ingredient
Methods in net.minecraft.world.item.crafting that return types with arguments of type IngredientModifier and TypeMethodDescriptionSmithingRecipe.additionIngredient()
SmithingTransformRecipe.additionIngredient()
SmithingTrimRecipe.additionIngredient()
(package private) static List
<Ingredient> RecipeManager.filterDisabled
(FeatureFlagSet p_379504_, List<Ingredient> p_379890_) ShapedRecipe.getIngredients()
PlacementInfo.ingredients()
ShapedRecipePattern.ingredients()
ShapedRecipePattern.Data.key()
Returns the value of thekey
record component.SmithingRecipe.templateIngredient()
SmithingTransformRecipe.templateIngredient()
SmithingTrimRecipe.templateIngredient()
Methods in net.minecraft.world.item.crafting with parameters of type IngredientModifier and TypeMethodDescriptionAbstractCookingRecipe.Factory.create
(String p_312581_, CookingBookCategory p_312220_, Ingredient p_312282_, ItemStack p_311868_, float p_312803_, int p_312165_) static PlacementInfo
PlacementInfo.create
(Ingredient p_363622_) SingleItemRecipe.Factory.create
(String p_311769_, Ingredient p_312083_, ItemStack p_312063_) private static boolean
RecipeManager.isIngredientEnabled
(FeatureFlagSet p_379722_, Ingredient p_380390_) Method parameters in net.minecraft.world.item.crafting with type arguments of type IngredientModifier and TypeMethodDescriptionstatic PlacementInfo
PlacementInfo.create
(List<Ingredient> p_364524_) (package private) static RecipePropertySet
RecipePropertySet.create
(Collection<Ingredient> p_380396_) private static ShapedRecipePattern
ShapedRecipePattern.createFromNetwork
(Integer p_363312_, Integer p_363884_, List<Optional<Ingredient>> p_364060_) static PlacementInfo
PlacementInfo.createFromOptionals
(List<Optional<Ingredient>> p_361135_) (package private) static List
<Ingredient> RecipeManager.filterDisabled
(FeatureFlagSet p_379504_, List<Ingredient> p_379890_) static ShapedRecipePattern
ShapedRecipePattern.of
(Map<Character, Ingredient> p_312851_, String... p_312645_) static ShapedRecipePattern
static SlotDisplay
Ingredient.optionalIngredientToDisplay
(Optional<Ingredient> p_381167_) static boolean
Ingredient.testOptionalIngredient
(Optional<Ingredient> p_362504_, ItemStack p_363604_) Constructors in net.minecraft.world.item.crafting with parameters of type IngredientModifierConstructorDescriptionAbstractCookingRecipe
(String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_) BlastingRecipe
(String p_251053_, CookingBookCategory p_249936_, Ingredient p_251550_, ItemStack p_251027_, float p_250843_, int p_249841_) CampfireCookingRecipe
(String p_250140_, CookingBookCategory p_251808_, Ingredient p_249826_, ItemStack p_251839_, float p_251432_, int p_251471_) SingleInputEntry
(Ingredient input, SelectableRecipe<T> recipe) Creates an instance of aSingleInputEntry
record class.SingleItemRecipe
(String p_44419_, Ingredient p_44420_, ItemStack p_44421_) SmeltingRecipe
(String p_250200_, CookingBookCategory p_251114_, Ingredient p_250340_, ItemStack p_250306_, float p_249577_, int p_250030_) SmithingTransformRecipe
(Optional<Ingredient> p_361033_, Ingredient p_400131_, Optional<Ingredient> p_365496_, TransmuteResult p_394655_) SmithingTrimRecipe
(Ingredient p_399501_, Ingredient p_399626_, Ingredient p_399756_, Holder<TrimPattern> p_399526_) SmokingRecipe
(String p_249312_, CookingBookCategory p_251017_, Ingredient p_252345_, ItemStack p_250002_, float p_250535_, int p_251222_) StonecutterRecipe
(String p_44479_, Ingredient p_44480_, ItemStack p_302318_) TransmuteRecipe
(String p_374115_, CraftingBookCategory p_374513_, Ingredient p_374507_, Ingredient p_374190_, TransmuteResult p_394363_) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type IngredientModifierConstructorDescriptionCreates an instance of aData
record class.private
PlacementInfo
(List<Ingredient> p_364604_, it.unimi.dsi.fastutil.ints.IntList p_389415_) ShapedRecipePattern
(int p_311959_, int p_312714_, List<Optional<Ingredient>> p_360908_, Optional<ShapedRecipePattern.Data> p_312427_) ShapelessRecipe
(String p_249640_, CraftingBookCategory p_249390_, ItemStack p_252071_, List<Ingredient> p_361103_) SmithingTransformRecipe
(Optional<Ingredient> p_361033_, Ingredient p_400131_, Optional<Ingredient> p_365496_, TransmuteResult p_394655_) -
Uses of Ingredient in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final Optional
<List<Ingredient>> RecipeDisplayEntry.craftingRequirements
The field for thecraftingRequirements
record component.Methods in net.minecraft.world.item.crafting.display that return types with arguments of type IngredientModifier and TypeMethodDescriptionRecipeDisplayEntry.craftingRequirements()
Returns the value of thecraftingRequirements
record component.Constructor parameters in net.minecraft.world.item.crafting.display with type arguments of type IngredientModifierConstructorDescriptionRecipeDisplayEntry
(RecipeDisplayId id, RecipeDisplay display, OptionalInt group, RecipeBookCategory category, Optional<List<Ingredient>> craftingRequirements) Creates an instance of aRecipeDisplayEntry
record class. -
Uses of Ingredient in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type IngredientConstructor parameters in net.neoforged.neoforge.common with type arguments of type IngredientModifierConstructorDescriptionSimpleTier
(TagKey<Block> incorrectBlocksForDrops, int uses, float speed, float attackDamageBonus, int enchantmentValue, Supplier<Ingredient> repairIngredient) -
Uses of Ingredient in net.neoforged.neoforge.common.brewing
Fields in net.neoforged.neoforge.common.brewing declared as IngredientModifier and TypeFieldDescriptionprivate final Ingredient
BrewingRecipe.ingredient
private final Ingredient
BrewingRecipe.input
Methods in net.neoforged.neoforge.common.brewing that return IngredientConstructors in net.neoforged.neoforge.common.brewing with parameters of type IngredientModifierConstructorDescriptionBrewingRecipe
(Ingredient input, Ingredient ingredient, ItemStack output) -
Uses of Ingredient in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting declared as IngredientModifier and TypeFieldDescriptionprivate final Ingredient
CustomDisplayIngredient.base
The field for thebase
record component.private final Ingredient
DifferenceIngredient.base
The field for thebase
record component.private final Ingredient
SizedIngredient.ingredient
private final Ingredient
DifferenceIngredient.subtracted
The field for thesubtracted
record component.Fields in net.neoforged.neoforge.common.crafting with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final List
<Ingredient> CompoundIngredient.children
The field for thechildren
record component.private final List
<Ingredient> IntersectionIngredient.children
The field for thechildren
record component.Methods in net.neoforged.neoforge.common.crafting that return IngredientModifier and TypeMethodDescriptionCustomDisplayIngredient.base()
Returns the value of thebase
record component.DifferenceIngredient.base()
Returns the value of thebase
record component.SizedIngredient.ingredient()
static Ingredient
CompoundIngredient.of
(Ingredient... children) Creates a compound ingredient from the given list of ingredientsstatic Ingredient
CustomDisplayIngredient.of
(Ingredient base, SlotDisplay display) static <T> Ingredient
DataComponentIngredient.of
(boolean strict, Supplier<? extends DataComponentType<? super T>> type, T value, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, Holder<Item>... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, HolderSet<Item> items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentMap map, Holder<Item>... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentMap map, HolderSet<Item> items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentMap map, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic <T> Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentType<? super T> type, T value, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
Creates a new ingredient matching the given item, containing the given componentsstatic Ingredient
DifferenceIngredient.of
(Ingredient base, Ingredient subtracted) Gets the difference from the two ingredientsstatic Ingredient
IntersectionIngredient.of
(Ingredient... ingredients) Gets an intersection ingredientDifferenceIngredient.subtracted()
Returns the value of thesubtracted
record component.default Ingredient
ICustomIngredient.toVanilla()
Returns a newIngredient
behaving as defined by this custom ingredient.Methods in net.neoforged.neoforge.common.crafting that return types with arguments of type IngredientModifier and TypeMethodDescriptionCompoundIngredient.children()
Returns the value of thechildren
record component.IntersectionIngredient.children()
Returns the value of thechildren
record component.static com.mojang.serialization.Codec
<Ingredient> IngredientCodecs.codec
(com.mojang.serialization.Codec<Ingredient> vanillaCodec) IngredientCodecs.optionalStreamCodec
(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) IngredientCodecs.streamCodec
(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec) Methods in net.neoforged.neoforge.common.crafting with parameters of type IngredientModifier and TypeMethodDescriptionstatic Ingredient
CompoundIngredient.of
(Ingredient... children) Creates a compound ingredient from the given list of ingredientsstatic Ingredient
CustomDisplayIngredient.of
(Ingredient base, SlotDisplay display) static Ingredient
DifferenceIngredient.of
(Ingredient base, Ingredient subtracted) Gets the difference from the two ingredientsstatic Ingredient
IntersectionIngredient.of
(Ingredient... ingredients) Gets an intersection ingredientMethod parameters in net.neoforged.neoforge.common.crafting with type arguments of type IngredientModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<Ingredient> IngredientCodecs.codec
(com.mojang.serialization.Codec<Ingredient> vanillaCodec) IngredientCodecs.optionalStreamCodec
(StreamCodec<RegistryFriendlyByteBuf, Optional<Ingredient>> vanillaCodec) IngredientCodecs.streamCodec
(StreamCodec<RegistryFriendlyByteBuf, Ingredient> vanillaCodec) Constructors in net.neoforged.neoforge.common.crafting with parameters of type IngredientModifierConstructorDescriptionCustomDisplayIngredient
(Ingredient base, SlotDisplay display) Creates an instance of aCustomDisplayIngredient
record class.DifferenceIngredient
(Ingredient base, Ingredient subtracted) Creates an instance of aDifferenceIngredient
record class.SizedIngredient
(Ingredient ingredient, int count) Constructor parameters in net.neoforged.neoforge.common.crafting with type arguments of type IngredientModifierConstructorDescriptionCompoundIngredient
(List<Ingredient> children) Creates an instance of aCompoundIngredient
record class.IntersectionIngredient
(List<Ingredient> children) Creates an instance of aIntersectionIngredient
record class. -
Uses of Ingredient in net.neoforged.neoforge.common.data.internal
Fields in net.neoforged.neoforge.common.data.internal with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final Map
<Item, Ingredient> NeoForgeRecipeProvider.InterceptingRecipeOutput.specialReplacements
Methods in net.neoforged.neoforge.common.data.internal that return IngredientModifier and TypeMethodDescriptionprivate @Nullable Ingredient
NeoForgeRecipeProvider.InterceptingRecipeOutput.enhance
(ResourceKey<Recipe<?>> name, Ingredient vanilla) Methods in net.neoforged.neoforge.common.data.internal with parameters of type IngredientModifier and TypeMethodDescriptionprivate @Nullable Ingredient
NeoForgeRecipeProvider.InterceptingRecipeOutput.enhance
(ResourceKey<Recipe<?>> name, Ingredient vanilla)