public static class StackedIngredient.StackedTagList
extends java.lang.Object
implements net.minecraft.item.crafting.Ingredient.IItemList
| Constructor and Description |
|---|
StackedTagList(net.minecraft.tags.ITag<net.minecraft.item.Item> tagIn,
int count,
net.minecraft.util.ResourceLocation id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<net.minecraft.item.ItemStack> |
getItems() |
com.google.gson.JsonObject |
serialize() |
public StackedTagList(net.minecraft.tags.ITag<net.minecraft.item.Item> tagIn,
int count,
net.minecraft.util.ResourceLocation id)
public java.util.Collection<net.minecraft.item.ItemStack> getItems()
getItems in interface net.minecraft.item.crafting.Ingredient.IItemListpublic com.google.gson.JsonObject serialize()
serialize in interface net.minecraft.item.crafting.Ingredient.IItemList