Uses of Interface
net.minecraft.recipe.Ingredient.Entry
| Package | Description |
|---|---|
| net.minecraft.recipe |
-
Uses of Ingredient.Entry in net.minecraft.recipe
Classes in net.minecraft.recipe that implement Ingredient.Entry Modifier and Type Class Description (package private) static classIngredient.StackEntry(package private) static classIngredient.TagEntryFields in net.minecraft.recipe declared as Ingredient.Entry Modifier and Type Field Description private Ingredient.Entry[]Ingredient. entriesMethods in net.minecraft.recipe that return Ingredient.Entry Modifier and Type Method Description private static Ingredient.EntryIngredient. entryFromJson(JsonObject json)Method parameters in net.minecraft.recipe with type arguments of type Ingredient.Entry Modifier and Type Method Description private static IngredientIngredient. ofEntries(Stream<? extends Ingredient.Entry> entries)Constructor parameters in net.minecraft.recipe with type arguments of type Ingredient.Entry Constructor Description Ingredient(Stream<? extends Ingredient.Entry> entries)