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 SignedMessageBodyPlayerChatMessage.signedBodyThe field for thesignedBodyrecord component.Fields in net.minecraft.network.chat with type parameters of type SignedMessageBodyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SignedMessageBody> SignedMessageBody.MAP_CODECMethods in net.minecraft.network.chat that return SignedMessageBodyModifier and TypeMethodDescriptionPlayerChatMessage.signedBody()Returns the value of thesignedBodyrecord component.static SignedMessageBodyMethods in net.minecraft.network.chat that return types with arguments of type SignedMessageBodyMethods in net.minecraft.network.chat with parameters of type SignedMessageBodyModifier and TypeMethodDescription@Nullable MessageSignatureSignedMessageChain.Encoder.pack(SignedMessageBody body) voidMessageSignatureCache.push(SignedMessageBody body, @Nullable MessageSignature signature) SignedMessageChain.Decoder.unpack(@Nullable MessageSignature signature, SignedMessageBody body) static voidPlayerChatMessage.updateSignature(SignatureUpdater.Output output, SignedMessageLink link, SignedMessageBody body) Constructors in net.minecraft.network.chat with parameters of type SignedMessageBodyModifierConstructorDescriptionPlayerChatMessage(SignedMessageLink link, @Nullable MessageSignature signature, SignedMessageBody signedBody, @Nullable Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessagerecord class.