Uses of Record Class
net.minecraft.component.type.AttributeModifiersComponent.Entry
Packages that use AttributeModifiersComponent.Entry
Package
Description
The base package for all Minecraft classes.
-
Uses of AttributeModifiersComponent.Entry in net.minecraft
Fields in net.minecraft with type parameters of type AttributeModifiersComponent.EntryModifier and TypeFieldDescriptionprivate final Optional<class_9648<AttributeModifiersComponent.Entry, class_9653.class_9654>> class_9653.cThe field for thecrecord component.Methods in net.minecraft that return types with arguments of type AttributeModifiersComponent.EntryMethods in net.minecraft with parameters of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionbooleanclass_9653.class_9654.test(AttributeModifiersComponent.Entry entry) Constructor parameters in net.minecraft with type arguments of type AttributeModifiersComponent.EntryModifierConstructorDescription -
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)