net.minecraft.network.protocol.game

public record ClientboundPlayerChatPacket

implements Packet<ClientGamePacketListener>

ael
net.minecraft.network.protocol.game.ClientboundPlayerChatPacket
net.minecraft.class_7438

Field summary

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

Constructor summary

ModifierConstructor
private (RegistryFriendlyByteBuf arg0)
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(wt arg0)
write(RegistryFriendlyByteBuf arg0)
method_55898(class_9129 arg0)
public PacketType<ClientboundPlayerChatPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_43629(class_2602 arg0)
public boolean
c()
isSkippable()
method_11051()
public int
b()
globalIndex()
comp_3841()
public UUID
e()
sender()
comp_1099()
public int
f()
index()
comp_1100()
public MessageSignature
g()
signature()
comp_1101()
public SignedMessageBody$Packed
h()
body()
comp_1102()
public Component
i()
unsignedContent()
comp_1103()
public FilterMask
j()
filterMask()
comp_1104()
public ChatType$Bound
k()
chatType()
comp_943()