Class AllOfExcludingStateIngredient

java.lang.Object
vazkii.botania.common.crafting.AllOfExcludingStateIngredient
All Implemented Interfaces:
Predicate<net.minecraft.world.level.block.state.BlockState>, StateIngredient

public class AllOfExcludingStateIngredient extends Object implements StateIngredient
A dual-purpose state ingredient variant. Valid states must match all the specified ingredients, but none of the exclusions.