net.minecraft.network.protocol.game

public record ServerboundChatCommandSignedPacket

implements Packet<ServerGamePacketListener>

ahm
net.minecraft.network.protocol.game.ServerboundChatCommandSignedPacket
net.minecraft.class_9449

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_58582(class_2540 arg0)
public PacketType<ServerboundChatCommandSignedPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_58581(class_2792 arg0)
public String
b()
command()
comp_2532()
public Instant
e()
timeStamp()
comp_2533()
public long
f()
salt()
comp_2534()
public ArgumentSignatures
g()
argumentSignatures()
comp_2535()
public LastSeenMessages$Update
h()
lastSeenMessages()
comp_2536()