Uses of Record Class
net.minecraft.network.protocol.game.ServerboundCommandSuggestionPacket
Packages that use ServerboundCommandSuggestionPacket
Package
Description
-
Uses of ServerboundCommandSuggestionPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundCommandSuggestionPacketModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundCommandSuggestionPacket> ServerboundCommandSuggestionPacket.CHAT_ONLY_STREAM_CODECstatic final PacketType<ServerboundCommandSuggestionPacket> GamePacketTypes.SERVERBOUND_COMMAND_SUGGESTIONstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundCommandSuggestionPacket> ServerboundCommandSuggestionPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundCommandSuggestionPacketModifier and TypeMethodDescriptionprivate static StreamCodec<io.netty.buffer.ByteBuf, ServerboundCommandSuggestionPacket> ServerboundCommandSuggestionPacket.createStreamCodec(int maxLength) ServerboundCommandSuggestionPacket.type()Methods in net.minecraft.network.protocol.game with parameters of type ServerboundCommandSuggestionPacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleCustomCommandSuggestions(ServerboundCommandSuggestionPacket packet) -
Uses of ServerboundCommandSuggestionPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundCommandSuggestionPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleCustomCommandSuggestions(ServerboundCommandSuggestionPacket packet) -
Uses of ServerboundCommandSuggestionPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundCommandSuggestionPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleCustomCommandSuggestions(ServerboundCommandSuggestionPacket packet)