Uses of Record Class
net.minecraft.world.item.component.ItemAttributeModifiers.Entry
Packages that use ItemAttributeModifiers.Entry
-
Uses of ItemAttributeModifiers.Entry in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type ItemAttributeModifiers.EntryModifier and TypeFieldDescriptionprivate 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 ItemAttributeModifiers.EntryModifier and TypeMethodDescriptionOptional<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> ItemAttributeModifiersPredicate.modifiers()Returns the value of themodifiersrecord component.Methods in net.minecraft.advancements.critereon with parameters of type ItemAttributeModifiers.EntryModifier and TypeMethodDescriptionbooleanItemAttributeModifiersPredicate.EntryPredicate.test(ItemAttributeModifiers.Entry p_341096_) Constructor parameters in net.minecraft.advancements.critereon with type arguments of type ItemAttributeModifiers.EntryModifierConstructorDescriptionItemAttributeModifiersPredicate(Optional<CollectionPredicate<ItemAttributeModifiers.Entry, ItemAttributeModifiersPredicate.EntryPredicate>> modifiers) Creates an instance of aItemAttributeModifiersPredicaterecord class. -
Uses of ItemAttributeModifiers.Entry in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type ItemAttributeModifiers.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ItemAttributeModifiers.Entry> ItemAttributeModifiers.Entry.CODECprivate final com.google.common.collect.ImmutableList.Builder<ItemAttributeModifiers.Entry> ItemAttributeModifiers.Builder.entriesprivate final List<ItemAttributeModifiers.Entry> ItemAttributeModifiers.modifiersThe field for themodifiersrecord component.static final StreamCodec<RegistryFriendlyByteBuf, ItemAttributeModifiers.Entry> ItemAttributeModifiers.Entry.STREAM_CODECMethods in net.minecraft.world.item.component that return types with arguments of type ItemAttributeModifiers.EntryModifier and TypeMethodDescriptionItemAttributeModifiers.modifiers()Returns the value of themodifiersrecord component.Constructor parameters in net.minecraft.world.item.component with type arguments of type ItemAttributeModifiers.EntryModifierConstructorDescriptionItemAttributeModifiers(List<ItemAttributeModifiers.Entry> modifiers, boolean showInTooltip) Creates an instance of aItemAttributeModifiersrecord class.