Record Class ItemBundlePredicate

java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.ItemBundlePredicate
All Implemented Interfaces:
ItemSubPredicate, SingleComponentItemPredicate<BundleContents>

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