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 TypeMethodDescriptionvoidClientPacketListener.handleCommandSuggestions(ClientboundCommandSuggestionsPacket packet) This method is only called for manual tab-completion (theminecraft:ask_serversuggestion 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_SUGGESTIONSClientboundCommandSuggestionsPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleCommandSuggestions(ClientboundCommandSuggestionsPacket packet) This method is only called for manual tab-completion (theminecraft:ask_serversuggestion provider).