net.minecraft.network.protocol.game

public record ClientboundPlayerChatPacket

implements Packet<ClientGamePacketListener>

aeh
net.minecraft.network.protocol.game.ClientboundPlayerChatPacket
net.minecraft.class_7438
net.minecraft.network.packet.s2c.play.ChatMessageS2CPacket
net.minecraft.network.protocol.game.ClientboundPlayerChatPacket

Field summary

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

Constructor summary

ModifierConstructor
private (RegistryFriendlyByteBuf buf)
public (int arg0, UUID arg1, int arg2, MessageSignature arg3, SignedMessageBody$Packed arg4, Component arg5, FilterMask arg6, ChatType$Bound arg7)

Method summary

Modifier and TypeMethod
private void
a(wp arg0)
write(RegistryFriendlyByteBuf arg0)
method_55898(class_9129 arg0)
write(RegistryByteBuf buf)
public PacketType<ClientboundPlayerChatPacket>
a()
type()
method_65080()
getPacketType()
public void
a(acf arg0)
handle(ClientGamePacketListener arg0)
method_43629(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public boolean
c()
isSkippable()
method_11051()
isWritingErrorSkippable()
public int
b()
globalIndex()
comp_3841()
globalIndex()
public UUID
e()
sender()
comp_1099()
sender()
public int
f()
index()
comp_1100()
index()
public MessageSignature
g()
signature()
comp_1101()
signature()
public SignedMessageBody$Packed
h()
body()
comp_1102()
body()
public Component
i()
unsignedContent()
comp_1103()
unsignedContent()
public FilterMask
j()
filterMask()
comp_1104()
filterMask()
public ChatType$Bound
k()
chatType()
comp_943()
serializedParameters()