Companion

object Companion

Properties

Link copied to clipboard
const val PROTOCOL_CAPACITY: Int = 2048

The maximum capacity of the player info protocol. This constant is used for the protocol's own functionality, as the client tends to iterate up to 2048, we cannot often allocate smaller data structures, as that would break the client's logic.