Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
-
Uses of Ingredient.Value in net.minecraft.world.item.crafting
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionstatic Ingredient.Value
Ingredient.valueFromJson
(com.google.gson.JsonObject p_43920_) Modifier and TypeMethodDescriptionstatic Ingredient
Ingredient.fromValues
(Stream<? extends Ingredient.Value> p_43939_) -
Uses of Ingredient.Value in net.minecraftforge.common.crafting
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)