Uses of Record Class
net.minecraft.network.protocol.game.ClientboundCustomChatCompletionsPacket
Packages that use ClientboundCustomChatCompletionsPacket
-
Uses of ClientboundCustomChatCompletionsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCustomChatCompletionsPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleCustomChatCompletions(ClientboundCustomChatCompletionsPacket p_240832_) -
Uses of ClientboundCustomChatCompletionsPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCustomChatCompletionsPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundCustomChatCompletionsPacket> GamePacketTypes.CLIENTBOUND_CUSTOM_CHAT_COMPLETIONSstatic final StreamCodec<FriendlyByteBuf, ClientboundCustomChatCompletionsPacket> ClientboundCustomChatCompletionsPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCustomChatCompletionsPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundCustomChatCompletionsPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleCustomChatCompletions(ClientboundCustomChatCompletionsPacket p_240770_)