Uses of Record Class
net.minecraft.network.protocol.game.ClientboundDisguisedChatPacket
Packages that use ClientboundDisguisedChatPacket
-
Uses of ClientboundDisguisedChatPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundDisguisedChatPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleDisguisedChat
(ClientboundDisguisedChatPacket p_251920_) -
Uses of ClientboundDisguisedChatPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundDisguisedChatPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundDisguisedChatPacket> GamePacketTypes.CLIENTBOUND_DISGUISED_CHAT
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundDisguisedChatPacket> ClientboundDisguisedChatPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundDisguisedChatPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundDisguisedChatPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleDisguisedChat
(ClientboundDisguisedChatPacket p_251057_)