net.minecraft.network.protocol.game

public record ClientboundCommandSuggestionsPacket

implements Packet<ClientGamePacketListener>

adj
net.minecraft.network.protocol.game.ClientboundCommandSuggestionsPacket
net.minecraft.class_2639
net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutTabComplete

Field summary

Modifier and TypeField
private final int
b
id
comp_2262
id
private final int
c
start
comp_2263
start
private final int
d
length
comp_2264
length
private final List<ClientboundCommandSuggestionsPacket$Entry>
e
suggestions
comp_2265
suggestions
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundCommandSuggestionsPacket>
a
STREAM_CODEC
field_47913
CODEC

Constructor summary

ModifierConstructor
public (int completionId, com.mojang.brigadier.suggestion.Suggestions suggestions)
public (int arg0, int arg1, int arg2, List<ClientboundCommandSuggestionsPacket$Entry> arg3)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundCommandSuggestionsPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11398(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public com.mojang.brigadier.suggestion.Suggestions
b()
toSuggestions()
method_11397()
getSuggestions()
public int
e()
id()
comp_2262()
id()
public int
f()
start()
comp_2263()
start()
public int
g()
length()
comp_2264()
length()
public List<ClientboundCommandSuggestionsPacket$Entry>
h()
suggestions()
comp_2265()
suggestions()