Class StackedIngredient.StackedTagList
java.lang.Object
me.desht.pneumaticcraft.api.crafting.ingredient.StackedIngredient.StackedTagList
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Ingredient.Value
- Enclosing class:
- StackedIngredient
public static class StackedIngredient.StackedTagList
extends Object
implements net.minecraft.world.item.crafting.Ingredient.Value
-
Constructor Summary
ConstructorsConstructorDescriptionStackedTagList(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> tagIn, int count) -
Method Summary
Modifier and TypeMethodDescriptionCollection<net.minecraft.world.item.ItemStack>getItems()com.google.gson.JsonObject
-
Constructor Details
-
StackedTagList
public StackedTagList(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> tagIn, int count)
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfacenet.minecraft.world.item.crafting.Ingredient.Value
-
serialize
public com.google.gson.JsonObject serialize()- Specified by:
serializein interfacenet.minecraft.world.item.crafting.Ingredient.Value
-