Package net.minecraft.item.crafting
Class Ingredient.SingleItemList
- java.lang.Object
-
- net.minecraft.item.crafting.Ingredient.SingleItemList
-
- All Implemented Interfaces:
Ingredient.IItemList
- Enclosing class:
- Ingredient
public static class Ingredient.SingleItemList extends java.lang.Object implements Ingredient.IItemList
-
-
Constructor Summary
Constructors Constructor Description SingleItemList(ItemStack p_i48195_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ItemStack>
getItems()
com.google.gson.JsonObject
serialize()
-
-
-
Field Detail
-
item
private final ItemStack item
-
-
Constructor Detail
-
SingleItemList
public SingleItemList(ItemStack p_i48195_1_)
-
-
Method Detail
-
getItems
public java.util.Collection<ItemStack> getItems()
- Specified by:
getItems
in interfaceIngredient.IItemList
-
serialize
public com.google.gson.JsonObject serialize()
- Specified by:
serialize
in interfaceIngredient.IItemList
-
-