Uses of Record Class
net.minecraft.network.protocol.game.ClientboundCommandSuggestionsPacket
Packages that use ClientboundCommandSuggestionsPacket
-
Uses of ClientboundCommandSuggestionsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCommandSuggestionsPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleCommandSuggestions
(ClientboundCommandSuggestionsPacket pPacket) This method is only called for manual tab-completion (theminecraft:ask_server
suggestion provider). -
Uses of ClientboundCommandSuggestionsPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCommandSuggestionsPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundCommandSuggestionsPacket> GamePacketTypes.CLIENTBOUND_COMMAND_SUGGESTIONS
ClientboundCommandSuggestionsPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCommandSuggestionsPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundCommandSuggestionsPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleCommandSuggestions
(ClientboundCommandSuggestionsPacket pPacket) This method is only called for manual tab-completion (theminecraft:ask_server
suggestion provider).