Uses of Interface
net.minecraft.world.item.crafting.Ingredient.Value
Packages that use Ingredient.Value
-
Uses of Ingredient.Value in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement Ingredient.ValueModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.world.item.crafting declared as Ingredient.ValueMethods in net.minecraft.world.item.crafting that return Ingredient.ValueModifier and TypeMethodDescriptionstatic Ingredient.Value
Ingredient.valueFromJson
(com.google.gson.JsonObject p_43920_) 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_) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.Value -
Uses of Ingredient.Value in net.minecraftforge.common.crafting
Classes in net.minecraftforge.common.crafting that implement Ingredient.ValueMethod parameters in net.minecraftforge.common.crafting 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 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)