Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
Packages that use Ingredient.Value
- 
Uses of Ingredient.Value in net.minecraft.world.item.craftingClasses in net.minecraft.world.item.crafting that implement Ingredient.ValueModifier and TypeClassDescriptionstatic final recordstatic final recordFields 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.CODECMethods 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 IngredientIngredient.fromValues(Stream<? extends Ingredient.Value> p_43939_) Constructors in net.minecraft.world.item.crafting with parameters of type Ingredient.ValueModifierConstructorDescriptionprivateIngredient(Ingredient.Value[] p_301044_) privateIngredient(Ingredient.Value[] p_301044_, Supplier<? extends IngredientType<?>> type) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.ValueModifierConstructorDescriptionprotectedIngredient(Stream<? extends Ingredient.Value> p_43907_) protectedIngredient(Stream<? extends Ingredient.Value> p_43907_, Supplier<? extends IngredientType<?>> type) 
- 
Uses of Ingredient.Value in net.neoforged.neoforge.common.craftingClasses in net.neoforged.neoforge.common.crafting that implement Ingredient.ValueModifier and TypeClassDescriptionprivate static final recordprivate static final recordstatic final recordFields in net.neoforged.neoforge.common.crafting declared as Ingredient.ValueModifier and TypeFieldDescriptionprivate final Ingredient.ValueDifferenceIngredient.SubtractingValue.innerThe field for theinnerrecord component.private final Ingredient.ValueIntersectionIngredient.IntersectionValue.innerThe field for theinnerrecord component.Methods in net.neoforged.neoforge.common.crafting that return Ingredient.ValueModifier and TypeMethodDescriptionDifferenceIngredient.SubtractingValue.inner()Returns the value of theinnerrecord component.IntersectionIngredient.IntersectionValue.inner()Returns the value of theinnerrecord component.Constructors in net.neoforged.neoforge.common.crafting with parameters of type Ingredient.ValueModifierConstructorDescriptionIntersectionValue(Ingredient.Value inner, List<Ingredient> other) Creates an instance of aIntersectionValuerecord class.privateSubtractingValue(Ingredient.Value inner, Ingredient subtracted) Creates an instance of aSubtractingValuerecord class.