Uses of Record Class
net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
Packages that use CommandSuggestionsS2CPacket
Package
Description
- 
Uses of CommandSuggestionsS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type CommandSuggestionsS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onCommandSuggestions(CommandSuggestionsS2CPacket packet) 
- 
Uses of CommandSuggestionsS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type CommandSuggestionsS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onCommandSuggestions(CommandSuggestionsS2CPacket packet) 
- 
Uses of CommandSuggestionsS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type CommandSuggestionsS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<CommandSuggestionsS2CPacket> PlayPackets.COMMAND_SUGGESTIONS
- 
Uses of CommandSuggestionsS2CPacket in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play with type parameters of type CommandSuggestionsS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, CommandSuggestionsS2CPacket> CommandSuggestionsS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type CommandSuggestionsS2CPacket