Class StrictNBTIngredient

java.lang.Object
net.minecraft.world.item.crafting.Ingredient
net.minecraftforge.common.crafting.StrictNBTIngredient
All Implemented Interfaces:
Predicate<ItemStack>

public class StrictNBTIngredient extends Ingredient
Ingredient that matches the given stack, performing an exact NBT match. Use PartialNBTIngredient if you need partial match.