net.minecraft.network.protocol.game

public record ServerboundChatCommandSignedPacket

implements Packet<ServerGamePacketListener>

aht
net.minecraft.network.protocol.game.ServerboundChatCommandSignedPacket
net.minecraft.class_9449
net.minecraft.network.packet.c2s.play.ChatCommandSignedC2SPacket
net.minecraft.network.protocol.game.ServerboundChatCommandSignedPacket

Field summary

Modifier and TypeField
private final String
b
command
comp_2532
command
private final Instant
c
timeStamp
comp_2533
timestamp
private final long
d
salt
comp_2534
salt
private final ArgumentSignatures
e
argumentSignatures
comp_2535
argumentSignatures
private final LastSeenMessages$Update
f
lastSeenMessages
comp_2536
lastSeenMessages
public static final StreamCodec<FriendlyByteBuf, ServerboundChatCommandSignedPacket>
a
STREAM_CODEC
field_50087
CODEC

Constructor summary

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

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_58582(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ServerboundChatCommandSignedPacket>
a()
type()
method_55846()
getPacketId()
public void
a(ahm arg0)
handle(ServerGamePacketListener arg0)
method_58581(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public String
b()
command()
comp_2532()
command()
public Instant
e()
timeStamp()
comp_2533()
timestamp()
public long
f()
salt()
comp_2534()
salt()
public ArgumentSignatures
g()
argumentSignatures()
comp_2535()
argumentSignatures()
public LastSeenMessages$Update
h()
lastSeenMessages()
comp_2536()
lastSeenMessages()