Uses of Record Class
net.minecraft.component.type.AttributeModifiersComponent.Entry
Packages that use AttributeModifiersComponent.Entry
-
Uses of AttributeModifiersComponent.Entry in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type AttributeModifiersComponent.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifiersComponent.Entry> AttributeModifiersComponent.Entry.CODECprivate final ImmutableList.Builder<AttributeModifiersComponent.Entry> AttributeModifiersComponent.Builder.entriesprivate final List<AttributeModifiersComponent.Entry> AttributeModifiersComponent.modifiersThe field for themodifiersrecord component.static final PacketCodec<RegistryByteBuf, AttributeModifiersComponent.Entry> AttributeModifiersComponent.Entry.PACKET_CODECMethods in net.minecraft.component.type that return types with arguments of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionAttributeModifiersComponent.modifiers()Returns the value of themodifiersrecord component.Constructor parameters in net.minecraft.component.type with type arguments of type AttributeModifiersComponent.EntryModifierConstructorDescriptionAttributeModifiersComponent(List<AttributeModifiersComponent.Entry> list, boolean bool) -
Uses of AttributeModifiersComponent.Entry in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type AttributeModifiersComponent.EntryModifier and TypeFieldDescriptionprivate final Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> AttributeModifiersPredicate.modifiersThe field for themodifiersrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionOptional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> AttributeModifiersPredicate.modifiers()Returns the value of themodifiersrecord component.Methods in net.minecraft.predicate.item with parameters of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionbooleanAttributeModifiersPredicate.AttributeModifierPredicate.test(AttributeModifiersComponent.Entry entry) Constructor parameters in net.minecraft.predicate.item with type arguments of type AttributeModifiersComponent.EntryModifierConstructorDescriptionAttributeModifiersPredicate(Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> optional)