JavaScript is disabled on your browser.
 
Record Components: 
content timestamp salt lastSeenMessages  
A body of a message, including the content, timestamp, salt used for the digest
 (the hashed body), and the list of players' "last seen messages".
 Other bits of information, such as sender, are included directly in the packet.
Mappings: 
Namespace 
Name 
 
named 
net/minecraft/network/message/MessageBody 
intermediary 
net/minecraft/class_7608 
official 
xi 
named 
content 
intermediary 
comp_929 
official 
b 
named 
timestamp 
intermediary 
comp_930 
official 
c 
named 
salt 
intermediary 
comp_931 
official 
d 
named 
lastSeenMessages 
intermediary 
comp_932 
official 
e 
 
 
Nested Class Summary 
Nested Classes 
static final record 
The serialized version of MessageBody used in networking.
 
 
 
 
Field Summary 
Fields 
static final com.mojang.serialization.MapCodec<MessageBody >  
The field for the 
content record component.
 
private final long
The field for the 
salt record component.
 
The field for the 
timestamp record component.
 
 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
Returns the value of the 
content record component.
 
final boolean
Indicates whether some other object is "equal to" this one.
 
final int
Returns a hash code value for this object.
 
 
long
Returns the value of the 
salt record component.
 
Returns the value of the 
timestamp record component.
 
 
Returns a string representation of this record class.
 
void
 
 
 
 
 
 
 
 
Field Details 
content 
The field for the 
content record component.
 
 
timestamp 
The field for the 
timestamp record component.
 
 
salt 
private final  long  salt 
The field for the 
salt record component.
 
 
 
CODEC 
public static final  com.mojang.serialization.MapCodec<MessageBody >  CODEC Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
CODECLnet/minecraft/network/message/MessageBody;CODEC:Lcom/mojang/serialization/MapCodec; 
intermediary 
field_40847Lnet/minecraft/class_7608;field_40847:Lcom/mojang/serialization/MapCodec; 
official 
aLxi;a:Lcom/mojang/serialization/MapCodec; 
 
 
 
 
 
 
 
Method Details 
ofUnsigned 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
ofUnsignedLnet/minecraft/network/message/MessageBody;ofUnsigned(Ljava/lang/String;)Lnet/minecraft/network/message/MessageBody; 
intermediary 
method_46305Lnet/minecraft/class_7608;method_46305(Ljava/lang/String;)Lnet/minecraft/class_7608; 
official 
aLxi;a(Ljava/lang/String;)Lxi; 
 
 
 
update 
Throws: 
SignatureException Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
updateLnet/minecraft/network/message/MessageBody;update(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;)V 
intermediary 
method_46304Lnet/minecraft/class_7608;method_46304(Lnet/minecraft/class_7498$class_7499;)V 
official 
aLxi;a(Lazl$a;)V 
 
 
 
 
toSerialized 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
toSerializedLnet/minecraft/network/message/MessageBody;toSerialized(Lnet/minecraft/network/message/MessageSignatureStorage;)Lnet/minecraft/network/message/MessageBody$Serialized; 
intermediary 
method_46306Lnet/minecraft/class_7608;method_46306(Lnet/minecraft/class_7561;)Lnet/minecraft/class_7608$class_7824; 
official 
aLxi;a(Lxc;)Lxi$a; 
 
 
 
toString 
public final  String toString ()
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Specified by: 
toString Record Returns: 
a string representation of this object 
 
 
 
hashCode 
public final  int  hashCode ()
Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
Specified by: 
hashCode Record Returns: 
a hash code value for this object 
 
 
 
equals 
public final  boolean  equals (Object  object) Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with 
Objects::equals(Object,Object); primitive components are compared with '=='.
Specified by: 
equals Record Parameters: 
object - the object with which to compareReturns: 
true if this object is the same as the object argument; false otherwise. 
 
 
content 
Returns the value of the 
content record component.
Returns: 
the value of the content 
 
 
 
timestamp 
Returns the value of the 
timestamp record component.
Returns: 
the value of the timestamp 
 
 
 
salt 
public  long  salt ()
Returns the value of the 
salt record component.
Returns: 
the value of the salt