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 classstatic classFields in net.minecraft.world.item.crafting declared as Ingredient.ValueMethods in net.minecraft.world.item.crafting that return Ingredient.ValueModifier and TypeMethodDescriptionstatic Ingredient.ValueIngredient.valueFromJson(com.google.gson.JsonObject p_43920_) Method parameters in net.minecraft.world.item.crafting with type arguments of type Ingredient.ValueModifier and TypeMethodDescriptionstatic IngredientIngredient.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 IngredientAbstractIngredient.fromValues(Stream<? extends Ingredient.Value> values) Deprecated.Constructor parameters in net.minecraftforge.common.crafting with type arguments of type Ingredient.ValueModifierConstructorDescriptionprotectedAbstractIngredient(Stream<? extends Ingredient.Value> values) Value constructor, for ingredients that have some vanilla representation
Ingredient.fromValues(Stream)