Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
Packages that use Ingredient.Value
Package
Description
-
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
Method 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.ValueConstructor parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.Value -
Uses of Ingredient.Value in net.minecraftforge.common.crafting.ingredients
Method parameters in net.minecraftforge.common.crafting.ingredients with type arguments of type Ingredient.ValueModifier and TypeMethodDescriptionstatic Ingredient
AbstractIngredient.fromValues
(Stream<? extends Ingredient.Value> values) Deprecated.Constructor parameters in net.minecraftforge.common.crafting.ingredients with type arguments of type Ingredient.ValueModifierConstructorDescriptionprotected
AbstractIngredient
(Stream<? extends Ingredient.Value> values) Value constructor, for ingredients that have some vanilla representation
Ingredient.fromValues(Stream)