implements Packet<ClientGamePacketListener>
| adh | |
| 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 |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||||
| private final int |
| ||||||||||
| private final int |
| ||||||||||
| private final List<ClientboundCommandSuggestionsPacket$Entry> |
| ||||||||||
| public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundCommandSuggestionsPacket> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (int completionId, com.mojang.brigadier.suggestion.Suggestions suggestions) |
| public | (int start, int length, int suggestions, List<ClientboundCommandSuggestionsPacket$Entry> arg3) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public PacketType<ClientboundCommandSuggestionsPacket> |
| ||||||||||
| public void |
| ||||||||||
| public com.mojang.brigadier.suggestion.Suggestions |
| ||||||||||
| public int |
| ||||||||||
| public int |
| ||||||||||
| public int |
| ||||||||||
| public List<ClientboundCommandSuggestionsPacket$Entry> |
|