Class QuantifiedIngredient
java.lang.Object
com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
Taken from SuperTech (with permission from Oa10712). Allows for item tags with a quantity.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<QuantifiedIngredient>
final net.minecraft.world.item.crafting.Ingredient
final int
-
Constructor Summary
ConstructorDescriptionQuantifiedIngredient
(net.minecraft.world.item.crafting.Ingredient ingredient, int quantity) -
Method Summary
-
Field Details
-
CODEC
-
ingredient
public final net.minecraft.world.item.crafting.Ingredient ingredient -
quantity
public final int quantity
-
-
Constructor Details
-
QuantifiedIngredient
public QuantifiedIngredient(net.minecraft.world.item.crafting.Ingredient ingredient, int quantity)
-
-
Method Details
-
matches
public boolean matches(net.minecraft.world.item.ItemStack item)
-