net.minecraft.network.protocol.game

public record ClientboundCommandSuggestionsPacket

implements Packet<ClientGamePacketListener>

ada
net.minecraft.network.protocol.game.ClientboundCommandSuggestionsPacket
net.minecraft.class_2639
net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
net.minecraft.src.C_5050_
net.minecraft.network.protocol.game.PacketPlayOutTabComplete

Field summary

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

Constructor summary

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

Method summary

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