net.minecraft.network.chat

public record SignedMessageBody

yi
net.minecraft.network.chat.SignedMessageBody
net.minecraft.class_7608
net.minecraft.network.message.MessageBody
net.minecraft.src.C_240836_
net.minecraft.network.chat.SignedMessageBody

Field summary

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

Constructor summary

ModifierConstructor
public (String timeStamp, Instant salt, long lastSeen, LastSeenMessages arg3)

Method summary

Modifier and TypeMethod
public static SignedMessageBody
a(String arg0)
unsigned(String arg0)
method_46305(String arg0)
ofUnsigned(String content)
m_247681_(String p_249884_)
public void
a(azl$a arg0)
updateSignature(SignatureUpdater$Output arg0)
method_46304(class_7498$class_7499 arg0)
update(SignatureUpdatable$SignatureUpdater updater)
m_245051_(C_212975_$C_212976_ arg0)
public SignedMessageBody$Packed
a(yc arg0)
pack(MessageSignatureCache arg0)
method_46306(class_7561 arg0)
toSerialized(MessageSignatureStorage storage)
m_253217_(C_243549_ arg0)
public String
a()
content()
comp_929()
content()
f_240856_()
public Instant
b()
timeStamp()
comp_930()
timestamp()
f_240863_()
public long
c()
salt()
comp_931()
salt()
f_240873_()
public LastSeenMessages
d()
lastSeen()
comp_932()
lastSeenMessages()
f_240868_()