Record Class DataComponentPredicate.AttributeModifiers

java.lang.Object
java.lang.Record
net.minestom.server.instance.block.predicate.DataComponentPredicate.AttributeModifiers
Record Components:
modifiers - Predicates to match against the object's attribute modifiers
All Implemented Interfaces:
Predicate<DataComponent.Holder>, DataComponentPredicate, DataComponentPredicate.Registered
Enclosing interface:
DataComponentPredicate

public static record DataComponentPredicate.AttributeModifiers(@Nullable CollectionPredicate<AttributeList.Modifier, DataComponentPredicate.AttributeModifierPredicate> modifiers) extends Record implements DataComponentPredicate.Registered
Tests attribute modifiers in the DataComponents.ATTRIBUTE_MODIFIERS component.
See Also: