Skip to main content

Module message_chain

Module message_chain 

Source
Expand description

Message chain management for signed chat.

Ported from net/minecraft/network/chat/SignedMessageLink.java, SignedMessageBody.java, and SignedMessageChain.java

Structs§

MessageSignatureUpdater
Helper struct to update signature with complete message data
SignedMessageBody
The body of a signed message containing content and metadata.
SignedMessageChain
Manages the message chain state for a player.
SignedMessageLink
A link in the signed message chain.

Enums§

ChainError
Errors that can occur during message chain operations

Functions§

update_last_seen_signature 🔒
Helper to update signature with last seen messages