Uses of Record Class
net.minecraft.core.component.predicates.AttributeModifiersPredicate.EntryPredicate
Packages that use AttributeModifiersPredicate.EntryPredicate
-
Uses of AttributeModifiersPredicate.EntryPredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type AttributeModifiersPredicate.EntryPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifiersPredicate.EntryPredicate> AttributeModifiersPredicate.EntryPredicate.CODECprivate final Optional<CollectionPredicate<ItemAttributeModifiers.Entry, AttributeModifiersPredicate.EntryPredicate>> AttributeModifiersPredicate.modifiersThe field for themodifiersrecord component.Methods in net.minecraft.core.component.predicates that return types with arguments of type AttributeModifiersPredicate.EntryPredicateModifier and TypeMethodDescriptionOptional<CollectionPredicate<ItemAttributeModifiers.Entry, AttributeModifiersPredicate.EntryPredicate>> AttributeModifiersPredicate.modifiers()Returns the value of themodifiersrecord component.Constructor parameters in net.minecraft.core.component.predicates with type arguments of type AttributeModifiersPredicate.EntryPredicateModifierConstructorDescriptionAttributeModifiersPredicate(Optional<CollectionPredicate<ItemAttributeModifiers.Entry, AttributeModifiersPredicate.EntryPredicate>> modifiers) Creates an instance of aAttributeModifiersPredicaterecord class.