Uses of Record Class
net.minecraft.predicate.item.AttributeModifiersPredicate.AttributeModifierPredicate
Packages that use AttributeModifiersPredicate.AttributeModifierPredicate
-
Uses of AttributeModifiersPredicate.AttributeModifierPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type AttributeModifiersPredicate.AttributeModifierPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AttributeModifiersPredicate.AttributeModifierPredicate> AttributeModifiersPredicate.AttributeModifierPredicate.CODEC
private final Optional
<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> AttributeModifiersPredicate.modifiers
The field for themodifiers
record component.Methods in net.minecraft.predicate.item that return types with arguments of type AttributeModifiersPredicate.AttributeModifierPredicateModifier and TypeMethodDescriptionOptional
<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> AttributeModifiersPredicate.modifiers()
Returns the value of themodifiers
record component.Constructor parameters in net.minecraft.predicate.item with type arguments of type AttributeModifiersPredicate.AttributeModifierPredicateModifierConstructorDescriptionAttributeModifiersPredicate
(Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> optional)