Uses of Record Class
net.minecraft.advancements.critereon.ItemAttributeModifiersPredicate.EntryPredicate
-
Uses of ItemAttributeModifiersPredicate.EntryPredicate in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemAttributeModifiersPredicate.EntryPredicate> ItemAttributeModifiersPredicate.EntryPredicate.CODEC
private final Optional
<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> ItemAttributeModifiersPredicate.modifiers
The field for themodifiers
record component.Modifier and TypeMethodDescriptionOptional
<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> ItemAttributeModifiersPredicate.modifiers()
Returns the value of themodifiers
record component.ModifierConstructorDescriptionItemAttributeModifiersPredicate
(Optional<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> modifiers) Creates an instance of aItemAttributeModifiersPredicate
record class.