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.CODECprivate final Optional<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> ItemAttributeModifiersPredicate.modifiersThe field for themodifiersrecord 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 themodifiersrecord 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 aItemAttributeModifiersPredicaterecord class.