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 |
serialize() |
private final ItemStack stack
public SingleItemList(ItemStack stackIn)
public java.util.Collection<ItemStack> getStacks()
getStacks in interface Ingredient.IItemListpublic com.google.gson.JsonObject serialize()
serialize in interface Ingredient.IItemList