ChatSuggestionsPacket

data class ChatSuggestionsPacket(val action: Int, val entries: List<String>) : ClientBoundPacket

Chat Suggestions | 0x14 | play | clientbound

Parameters

action

action

entries

entries

See also

Constructors

Link copied to clipboard
constructor(action: Int, entries: List<String>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val action: Int
Link copied to clipboard