Package net.minecraft.network.message
package net.minecraft.network.message
-
ClassDescriptionA record holding the salt and signatures for all signable arguments of an executed command.A signer for chat messages that produces
MessageSignature
.A signer for command arguments.A signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments.Message decorator decorates the chat messages and other messages server-side.The sender, or the source, of a message.A signature for chat messages and message command arguments, consisting of the sender, the timestamp, and the signature data.A message type (also known as "chat type") controls whether to display or narrate the messages sent to the clients, and if so, how.The display rule for the message type.The narration rule for the message type.The kind of narration.A signed message, consisting of the signature, the signed content, and the optional unsigned content supplied when the chat decorator produced unsigned message due to the chat preview being disabled on either side.