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