static class Ingredient.TagEntry extends Object implements Ingredient.Entry
Modifier | Constructor and Description |
---|---|
private |
TagEntry(Tag<Item> tag) |
Modifier and Type | Method and Description |
---|---|
Collection<ItemStack> |
getStacks() |
JsonObject |
toJson() |
public Collection<ItemStack> getStacks()
getStacks
in interface Ingredient.Entry
public JsonObject toJson()
toJson
in interface Ingredient.Entry