Package net.minecraft.recipe
Class Ingredient.StackEntry
java.lang.Object
net.minecraft.recipe.Ingredient.StackEntry
- All Implemented Interfaces:
Ingredient.Entry
- Enclosing class:
- Ingredient
static class Ingredient.StackEntry extends Object implements Ingredient.Entry
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateStackEntry(ItemStack stack) -
Method Summary
Modifier and Type Method Description Collection<ItemStack>getStacks()JsonObjecttoJson()
-
Field Details
-
stack
-
-
Constructor Details
-
StackEntry
-
-
Method Details
-
getStacks
- Specified by:
getStacksin interfaceIngredient.Entry
-
toJson
- Specified by:
toJsonin interfaceIngredient.Entry
-