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.CODEC
private final ImmutableList.Builder
<AttributeModifiersComponent.Entry> AttributeModifiersComponent.Builder.entries
private final List
<AttributeModifiersComponent.Entry> AttributeModifiersComponent.modifiers
The field for themodifiers
record component.static final PacketCodec
<RegistryByteBuf, AttributeModifiersComponent.Entry> AttributeModifiersComponent.Entry.PACKET_CODEC
Methods in net.minecraft.component.type that return types with arguments of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionAttributeModifiersComponent.modifiers()
Returns the value of themodifiers
record component.Constructor parameters in net.minecraft.component.type with type arguments of type AttributeModifiersComponent.EntryModifierConstructorDescription -
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.modifiers
The field for themodifiers
record 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 themodifiers
record component.Methods in net.minecraft.predicate.item with parameters of type AttributeModifiersComponent.EntryModifier and TypeMethodDescriptionboolean
AttributeModifiersPredicate.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)