Uses of Record Class
net.minecraft.advancements.critereon.ItemAttributeModifiersPredicate.EntryPredicate
Packages that use ItemAttributeModifiersPredicate.EntryPredicate
-
Uses of ItemAttributeModifiersPredicate.EntryPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type ItemAttributeModifiersPredicate.EntryPredicateModifier 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.Methods in net.minecraft.advancements.critereon that return types with arguments of type ItemAttributeModifiersPredicate.EntryPredicateModifier and TypeMethodDescriptionOptional
<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> ItemAttributeModifiersPredicate.modifiers()
Returns the value of themodifiers
record component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type ItemAttributeModifiersPredicate.EntryPredicateModifierConstructorDescriptionItemAttributeModifiersPredicate
(Optional<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> modifiers) Creates an instance of aItemAttributeModifiersPredicate
record class.