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.CODEC
private final Optional
<CollectionPredicate<ItemAttributeModifiers.Entry, AttributeModifiersPredicate.EntryPredicate>> AttributeModifiersPredicate.modifiers
The field for themodifiers
record 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 themodifiers
record 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 aAttributeModifiersPredicate
record class.