Uses of Record Class
net.minecraft.network.chat.MessageSignature.Packed
-
Uses of MessageSignature.Packed in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final List<MessageSignature.Packed>
LastSeenMessages.Packed.entries
The field for theentries
record component.Modifier and TypeMethodDescriptionMessageSignature.pack
(MessageSignatureCache p_253845_) static MessageSignature.Packed
MessageSignature.Packed.read
(FriendlyByteBuf p_250810_) Modifier and TypeMethodDescriptionLastSeenMessages.Packed.entries()
Returns the value of theentries
record component.Modifier and TypeMethodDescriptionstatic void
MessageSignature.Packed.write
(FriendlyByteBuf p_251691_, MessageSignature.Packed p_252193_) ModifierConstructorDescriptionPacked
(List<MessageSignature.Packed> entries) Creates an instance of aPacked
record class. -
Uses of MessageSignature.Packed in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final MessageSignature.Packed
ClientboundDeleteChatPacket.messageSignature
The field for themessageSignature
record component.Modifier and TypeMethodDescriptionClientboundDeleteChatPacket.messageSignature()
Returns the value of themessageSignature
record component.ModifierConstructorDescriptionClientboundDeleteChatPacket
(MessageSignature.Packed messageSignature) Creates an instance of aClientboundDeleteChatPacket
record class.