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() |
com.google.gson.JsonObject |
toJson() |
public Collection<ItemStack> getStacks()
getStacks in interface Ingredient.Entrypublic com.google.gson.JsonObject toJson()
toJson in interface Ingredient.Entry