Class AnyOfStateIngredient

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

public class AnyOfStateIngredient extends Object implements StateIngredient
Specifies a state ingredient with one or more sub-ingredients. Valid states must match at least one of the specified ingredients.