Record Class BundlePredicate

java.lang.Object
java.lang.Record
net.minecraft.core.component.predicates.BundlePredicate
All Implemented Interfaces:
SingleComponentItemPredicate<BundleContents>, DataComponentPredicate

public record BundlePredicate(Optional<CollectionPredicate<ItemStack,ItemPredicate>> items) extends Record implements SingleComponentItemPredicate<BundleContents>