0x3A S3APacketTabComplete
Server responds to C14PacketTabComplete with a list of matching commands/player names.
Fields
| Field | Type | Description |
|---|---|---|
| matches | String[] | Auto-complete suggestions |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Count | VarInt | |
| Matches | String[] | Suggested completions |
MCP References
MCP
NetHandlerPlayClient.handleTabComplete()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
AntiTabComplete
Intercept tab-complete results for command assistance.
CommandHelper
Intercept tab-complete results for command assistance.