net.minecraft.network.protocol.game

public record ClientboundPlayerChatPacket

implements Packet<ClientGamePacketListener>

adv
net.minecraft.network.protocol.game.ClientboundPlayerChatPacket
net.minecraft.class_7438
net.minecraft.network.packet.s2c.play.ChatMessageS2CPacket
net.minecraft.src.C_213532_
net.minecraft.network.protocol.game.ClientboundPlayerChatPacket

Field summary

Modifier and TypeField
private final UUID
b
sender
comp_1099
sender
f_243918_
private final int
c
index
comp_1100
index
f_244283_
private final MessageSignature
d
signature
comp_1101
signature
f_243836_
private final SignedMessageBody$Packed
e
body
comp_1102
body
f_244090_
private final Component
f
unsignedContent
comp_1103
unsignedContent
f_243686_
private final FilterMask
g
filterMask
comp_1104
filterMask
f_243744_
private final ChatType$Bound
h
chatType
comp_943
serializedParameters
f_240897_
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerChatPacket>
a
STREAM_CODEC
field_47949
CODEC
f_314263_

Constructor summary

ModifierConstructor
private (RegistryFriendlyByteBuf buf)
public (UUID index, int signature, MessageSignature body, SignedMessageBody$Packed unsignedContent, Component filterMask, FilterMask chatType, ChatType$Bound arg6)

Method summary

Modifier and TypeMethod
private void
a(wk arg0)
write(RegistryFriendlyByteBuf arg0)
method_55898(class_9129 arg0)
write(RegistryByteBuf buf)
m_237754_(C_313350_ arg0)
public PacketType<ClientboundPlayerChatPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(abu arg0)
handle(ClientGamePacketListener arg0)
method_43629(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public boolean
c()
isSkippable()
method_11051()
isWritingErrorSkippable()
m_6588_()
public UUID
b()
sender()
comp_1099()
sender()
f_243918_()
public int
e()
index()
comp_1100()
index()
f_244283_()
public MessageSignature
f()
signature()
comp_1101()
signature()
f_243836_()
public SignedMessageBody$Packed
g()
body()
comp_1102()
body()
f_244090_()
public Component
h()
unsignedContent()
comp_1103()
unsignedContent()
f_243686_()
public FilterMask
i()
filterMask()
comp_1104()
filterMask()
f_243744_()
public ChatType$Bound
j()
chatType()
comp_943()
serializedParameters()
f_240897_()