Uses of Interface
net.minecraft.component.type.AttributeModifiersComponent.Display
Packages that use AttributeModifiersComponent.Display
-
Uses of AttributeModifiersComponent.Display in net.minecraft.component.type
Classes in net.minecraft.component.type that implement AttributeModifiersComponent.DisplayModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordFields in net.minecraft.component.type declared as AttributeModifiersComponent.DisplayModifier and TypeFieldDescriptionprivate final AttributeModifiersComponent.DisplayAttributeModifiersComponent.Entry.displayThe field for thedisplayrecord component.Fields in net.minecraft.component.type with type parameters of type AttributeModifiersComponent.DisplayModifier and TypeFieldDescription(package private) final com.mojang.serialization.MapCodec<? extends AttributeModifiersComponent.Display> AttributeModifiersComponent.Display.Type.codecstatic final com.mojang.serialization.Codec<AttributeModifiersComponent.Display> AttributeModifiersComponent.Display.CODECstatic final PacketCodec<RegistryByteBuf, AttributeModifiersComponent.Display> AttributeModifiersComponent.Display.PACKET_CODECprivate final PacketCodec<RegistryByteBuf, ? extends AttributeModifiersComponent.Display> AttributeModifiersComponent.Display.Type.packetCodecMethods in net.minecraft.component.type that return AttributeModifiersComponent.DisplayModifier and TypeMethodDescriptionAttributeModifiersComponent.Display.createOverride(Text text) AttributeModifiersComponent.Entry.display()Returns the value of thedisplayrecord component.AttributeModifiersComponent.Display.getDefault()AttributeModifiersComponent.Display.getHidden()Methods in net.minecraft.component.type that return types with arguments of type AttributeModifiersComponent.DisplayModifier and TypeMethodDescriptionprivate PacketCodec<RegistryByteBuf, ? extends AttributeModifiersComponent.Display> AttributeModifiersComponent.Display.Type.getPacketCodec()Methods in net.minecraft.component.type with parameters of type AttributeModifiersComponent.DisplayModifier and TypeMethodDescriptionAttributeModifiersComponent.Builder.add(RegistryEntry<EntityAttribute> attribute, EntityAttributeModifier modifier, AttributeModifierSlot slot, AttributeModifiersComponent.Display display) Method parameters in net.minecraft.component.type with type arguments of type AttributeModifiersComponent.DisplayModifier and TypeMethodDescriptionvoidAttributeModifiersComponent.applyModifiers(AttributeModifierSlot slot, TriConsumer<RegistryEntry<EntityAttribute>, EntityAttributeModifier, AttributeModifiersComponent.Display> attributeConsumer) Constructors in net.minecraft.component.type with parameters of type AttributeModifiersComponent.DisplayModifierConstructorDescriptionEntry(RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier, AttributeModifierSlot attributeModifierSlot, AttributeModifiersComponent.Display display) Constructor parameters in net.minecraft.component.type with type arguments of type AttributeModifiersComponent.DisplayModifierConstructorDescriptionprivateType(String id, int index, com.mojang.serialization.MapCodec<? extends AttributeModifiersComponent.Display> codec, PacketCodec<RegistryByteBuf, ? extends AttributeModifiersComponent.Display> packetCodec) privateType(String id, int index, com.mojang.serialization.MapCodec<? extends AttributeModifiersComponent.Display> codec, PacketCodec<RegistryByteBuf, ? extends AttributeModifiersComponent.Display> packetCodec) -
Uses of AttributeModifiersComponent.Display in net.minecraft.item
Method parameters in net.minecraft.item with type arguments of type AttributeModifiersComponent.DisplayModifier and TypeMethodDescriptionvoidItemStack.applyAttributeModifier(AttributeModifierSlot slot, TriConsumer<RegistryEntry<EntityAttribute>, EntityAttributeModifier, AttributeModifiersComponent.Display> attributeModifierConsumer)