Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
Packages that use Ingredient.Value
-
Uses of Ingredient.Value in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement Ingredient.ValueModifier and TypeClassDescriptionstatic final record
static final record
Fields in net.minecraft.world.item.crafting declared as Ingredient.ValueFields in net.minecraft.world.item.crafting with type parameters of type Ingredient.ValueModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Ingredient.Value>
Ingredient.Value.CODEC
Methods in net.minecraft.world.item.crafting that return Ingredient.ValueMethod parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.ValueModifier and TypeMethodDescriptionstatic Ingredient
Ingredient.fromValues
(Stream<? extends Ingredient.Value> p_43939_) Constructors in net.minecraft.world.item.crafting with parameters of type Ingredient.ValueModifierConstructorDescriptionprivate
Ingredient
(Ingredient.Value[] p_301044_) private
Ingredient
(Ingredient.Value[] p_301044_, Supplier<? extends IngredientType<?>> type) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.ValueModifierConstructorDescriptionprotected
Ingredient
(Stream<? extends Ingredient.Value> p_43907_) protected
Ingredient
(Stream<? extends Ingredient.Value> p_43907_, Supplier<? extends IngredientType<?>> type) -
Uses of Ingredient.Value in net.neoforged.neoforge.common.crafting
Classes in net.neoforged.neoforge.common.crafting that implement Ingredient.ValueModifier and TypeClassDescriptionprivate static final record
private static final record
static final record
Fields in net.neoforged.neoforge.common.crafting declared as Ingredient.ValueModifier and TypeFieldDescriptionprivate final Ingredient.Value
DifferenceIngredient.SubtractingValue.inner
The field for theinner
record component.private final Ingredient.Value
IntersectionIngredient.IntersectionValue.inner
The field for theinner
record component.Methods in net.neoforged.neoforge.common.crafting that return Ingredient.ValueModifier and TypeMethodDescriptionDifferenceIngredient.SubtractingValue.inner()
Returns the value of theinner
record component.IntersectionIngredient.IntersectionValue.inner()
Returns the value of theinner
record component.Constructors in net.neoforged.neoforge.common.crafting with parameters of type Ingredient.ValueModifierConstructorDescriptionIntersectionValue
(Ingredient.Value inner, List<Ingredient> other) Creates an instance of aIntersectionValue
record class.private
SubtractingValue
(Ingredient.Value inner, Ingredient subtracted) Creates an instance of aSubtractingValue
record class.