Uses of Record Class
net.minecraft.network.chat.SignedMessageBody
-
Uses of SignedMessageBody in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final SignedMessageBody
PlayerChatMessage.signedBody
The field for thesignedBody
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SignedMessageBody>
SignedMessageBody.MAP_CODEC
Modifier and TypeMethodDescriptionPlayerChatMessage.signedBody()
Returns the value of thesignedBody
record component.static SignedMessageBody
Modifier and TypeMethodDescriptionSignedMessageBody.Packed.unpack
(MessageSignatureCache p_253919_) Modifier and TypeMethodDescriptionSignedMessageChain.Encoder.pack
(SignedMessageBody p_250628_) SignedMessageChain.Decoder.unpack
(MessageSignature p_249082_, SignedMessageBody p_250981_) static void
PlayerChatMessage.updateSignature
(SignatureUpdater.Output p_250661_, SignedMessageLink p_248621_, SignedMessageBody p_248823_) ModifierConstructorDescriptionPlayerChatMessage
(SignedMessageLink link, MessageSignature signature, SignedMessageBody signedBody, Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessage
record class.