Uses of Record Class
net.minecraft.network.chat.SignedMessageBody.Packed
-
Uses of SignedMessageBody.Packed in net.minecraft.network.chat
-
Uses of SignedMessageBody.Packed in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final SignedMessageBody.Packed
ClientboundPlayerChatPacket.body
The field for thebody
record component.Modifier and TypeMethodDescriptionClientboundPlayerChatPacket.body()
Returns the value of thebody
record component.ModifierConstructorDescriptionClientboundPlayerChatPacket
(UUID sender, int index, MessageSignature signature, SignedMessageBody.Packed body, Component unsignedContent, FilterMask filterMask, ChatType.BoundNetwork chatType) Creates an instance of aClientboundPlayerChatPacket
record class.