yarn/mappings/net/minecraft/network/message/MessageBody.mapping

10 lines
589 B
Plaintext

CLASS net/minecraft/class_7608 net/minecraft/network/message/MessageBody
COMMENT A body of a message, including the content, timestamp, salt used for the digest
COMMENT (the hashed body), and the list of players' "last seen messages". Unlike {@link
COMMENT MessageHeader}, clients do not receive this if the message is censored; they receive
COMMENT the digest only.
FIELD comp_930 timestamp Ljava/time/Instant;
FIELD comp_932 lastSeenMessages Lnet/minecraft/class_7635;
METHOD comp_930 timestamp ()Ljava/time/Instant;
METHOD comp_932 lastSeenMessages ()Lnet/minecraft/class_7635;