net.minecraft.network.chat

public record SignedMessageBody

yo
net.minecraft.network.chat.SignedMessageBody
net.minecraft.class_7608
net.minecraft.network.message.MessageBody
net.minecraft.network.chat.SignedMessageBody

Field summary

Modifier and TypeField
private final String
b
content
comp_929
content
private final Instant
c
timeStamp
comp_930
timestamp
private final long
d
salt
comp_931
salt
private final LastSeenMessages
e
lastSeen
comp_932
lastSeenMessages
public static final com.mojang.serialization.MapCodec<SignedMessageBody>
a
MAP_CODEC
field_40847
CODEC

Constructor summary

ModifierConstructor
public (String arg0, Instant arg1, long arg2, LastSeenMessages arg3)

Method summary

Modifier and TypeMethod
public static SignedMessageBody
a(String arg0)
unsigned(String arg0)
method_46305(String arg0)
ofUnsigned(String content)
public void
a(baq$a arg0)
updateSignature(SignatureUpdater$Output arg0)
method_46304(class_7498$class_7499 arg0)
update(SignatureUpdatable$SignatureUpdater updater)
public SignedMessageBody$Packed
a(yi arg0)
pack(MessageSignatureCache arg0)
method_46306(class_7561 arg0)
toSerialized(MessageSignatureStorage storage)
public String
a()
content()
comp_929()
content()
public Instant
b()
timeStamp()
comp_930()
timestamp()
public long
c()
salt()
comp_931()
salt()
public LastSeenMessages
d()
lastSeen()
comp_932()
lastSeenMessages()