net.minecraft.network.protocol.game

public record ServerboundChatCommandPacket

implements Packet<ServerGamePacketListener>

xs
net.minecraft.network.protocol.game.ServerboundChatCommandPacket
net.minecraft.class_7472
net.minecraft.network.packet.c2s.play.CommandExecutionC2SPacket
net.minecraft.src.C_213536_
net.minecraft.network.protocol.game.ServerboundChatCommandPacket

Field summary

Modifier and TypeField
private final String
a
command
comp_808
command
f_237922_
private final Instant
b
timeStamp
comp_809
timestamp
f_237923_
private final long
c
salt
comp_944
salt
f_240858_
private final ArgumentSignatures
d
argumentSignatures
comp_810
argumentSignatures
f_237924_
private final boolean
e
signedPreview
comp_859
signedPreview
f_237925_
private final LastSeenMessages$Update
f
lastSeenMessages
comp_969
acknowledgment
f_241638_

Constructor summary

ModifierConstructor
public (String command, Instant timestamp, long salt, ArgumentSignatures argumentSignatures, boolean signedPreview, LastSeenMessages$Update acknowledgment)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(qx arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(xm arg0)
handle(ServerGamePacketListener arg0)
method_43897(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
m_5797_(C_5145_ arg0)
public String
b()
command()
comp_808()
command()
f_237922_()
public Instant
c()
timeStamp()
comp_809()
timestamp()
f_237923_()
public long
d()
salt()
comp_944()
salt()
f_240858_()
public ArgumentSignatures
e()
argumentSignatures()
comp_810()
argumentSignatures()
f_237924_()
public boolean
f()
signedPreview()
comp_859()
signedPreview()
f_237925_()
public LastSeenMessages$Update
g()
lastSeenMessages()
comp_969()
acknowledgment()
f_241638_()