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)