Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
-
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
static final com.mojang.serialization.MapCodec
<Ingredient.Value> Ingredient.Value.MAP_CODEC
Modifier and TypeMethodDescriptionIngredient.getValues()
Retrieves the underlying values of this ingredient.Modifier and TypeMethodDescriptionstatic Ingredient
Ingredient.fromValues
(Stream<? extends Ingredient.Value> p_43939_)