TabCompletePacket

data class TabCompletePacket(val transactionId: Int, val start: Int, val length: Int, val matches: List<TabCompletePacketMatches>) : ClientBoundPacket

Command Suggestions Response | 0x0d | play | clientbound

Parameters

transactionId

transactionId

start

start

length

length

matches

list of TabCompletePacketMatches

See also

Constructors

Link copied to clipboard
constructor(transactionId: Int, start: Int, length: Int, matches: List<TabCompletePacketMatches>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
val start: Int
Link copied to clipboard