Uses of Record Class
net.minecraft.network.chat.SignedMessageBody
Packages that use SignedMessageBody
-
Uses of SignedMessageBody in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as SignedMessageBodyModifier and TypeFieldDescriptionprivate final SignedMessageBody
PlayerChatMessage.signedBody
The field for thesignedBody
record component.Fields in net.minecraft.network.chat with type parameters of type SignedMessageBodyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<SignedMessageBody> SignedMessageBody.MAP_CODEC
Methods in net.minecraft.network.chat that return SignedMessageBodyModifier and TypeMethodDescriptionPlayerChatMessage.signedBody()
Returns the value of thesignedBody
record component.static SignedMessageBody
Methods in net.minecraft.network.chat that return types with arguments of type SignedMessageBodyModifier and TypeMethodDescriptionSignedMessageBody.Packed.unpack
(MessageSignatureCache pSignatureCache) Methods in net.minecraft.network.chat with parameters of type SignedMessageBodyModifier and TypeMethodDescriptionSignedMessageChain.Encoder.pack
(SignedMessageBody pBody) void
MessageSignatureCache.push
(SignedMessageBody pSignedMessageBody, MessageSignature pSignature) SignedMessageChain.Decoder.unpack
(MessageSignature pSignature, SignedMessageBody pBody) static void
PlayerChatMessage.updateSignature
(SignatureUpdater.Output pOutput, SignedMessageLink pLink, SignedMessageBody pBody) Constructors in net.minecraft.network.chat with parameters of type SignedMessageBodyModifierConstructorDescriptionPlayerChatMessage
(SignedMessageLink link, MessageSignature signature, SignedMessageBody signedBody, Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessage
record class.