TabCompletePacket

data class TabCompletePacket(val transactionId: Int, val text: String) : ServerBoundPacket

Command Suggestions Request | 0x08 | play | serverbound

Parameters

transactionId

transactionId

text

text

See also

Constructors

Link copied to clipboard
constructor(transactionId: Int, text: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard