public static class Ingredient.SingleItemList extends java.lang.Object implements Ingredient.IItemList
| Constructor and Description |
|---|
SingleItemList(ItemStack stackIn) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ItemStack> |
getStacks() |
com.google.gson.JsonObject |
toJson() |
public SingleItemList(ItemStack stackIn)
public java.util.Collection<ItemStack> getStacks()
getStacks in interface Ingredient.IItemListpublic com.google.gson.JsonObject toJson()
toJson in interface Ingredient.IItemList