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 p_104988_) -
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 p_131382_)