Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
Package
Description
-
Uses of Ingredient.Value in net.minecraft.world.item.crafting
Modifier and TypeClassDescriptionstatic final record
static final record
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Ingredient.Value>
Ingredient.Value.CODEC
Modifier and TypeMethodDescriptionstatic Ingredient
Ingredient.fromValues
(Stream<? extends Ingredient.Value> p_43939_) -
Uses of Ingredient.Value in net.minecraftforge.common.crafting.ingredients
Modifier and TypeMethodDescriptionstatic Ingredient
AbstractIngredient.fromValues
(Stream<? extends Ingredient.Value> values) Deprecated.ModifierConstructorDescriptionprotected
AbstractIngredient
(Stream<? extends Ingredient.Value> values) Value constructor, for ingredients that have some vanilla representation
Ingredient.fromValues(Stream)