net.minecraft.network.protocol.game

public record ServerboundChatPacket

implements Packet<ServerGamePacketListener>

ahn
net.minecraft.network.protocol.game.ServerboundChatPacket
net.minecraft.class_2797

Field summary

Modifier and TypeField
private final String
b
message
comp_945
private final Instant
c
timeStamp
comp_946
private final long
d
salt
comp_947
private final MessageSignature
e
signature
comp_948
private final LastSeenMessages$Update
f
lastSeenMessages
comp_970
public static final StreamCodec<FriendlyByteBuf, ServerboundChatPacket>
a
STREAM_CODEC
field_48179

Constructor summary

ModifierConstructor
private (FriendlyByteBuf arg0)
public (String arg0, Instant arg1, long arg2, MessageSignature arg3, LastSeenMessages$Update arg4)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_55965(class_2540 arg0)
public PacketType<ServerboundChatPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_12115(class_2792 arg0)
public String
b()
message()
comp_945()
public Instant
e()
timeStamp()
comp_946()
public long
f()
salt()
comp_947()
public MessageSignature
g()
signature()
comp_948()
public LastSeenMessages$Update
h()
lastSeenMessages()
comp_970()