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 private
StackEntry(ItemStack stack)
-
Method Summary
Modifier and Type Method Description Collection<ItemStack>
getStacks()
JsonObject
toJson()
-
Field Details
-
stack
-
-
Constructor Details
-
StackEntry
-
-
Method Details
-
getStacks
- Specified by:
getStacks
in interfaceIngredient.Entry
-
toJson
- Specified by:
toJson
in interfaceIngredient.Entry
-