PlayerInfoSupplier

class PlayerInfoSupplier @JvmOverloads constructor(val playerExtendedInfoFilter: ExtendedInfoFilter = DefaultExtendedInfoFilter(), val playerInfoProtocolWorker: ProtocolWorker = DefaultProtocolWorker())

A supplier for the player info protocol.

Constructors

Link copied to clipboard
constructor(playerExtendedInfoFilter: ExtendedInfoFilter = DefaultExtendedInfoFilter(), playerInfoProtocolWorker: ProtocolWorker = DefaultProtocolWorker())

Properties

Link copied to clipboard
val playerExtendedInfoFilter: ExtendedInfoFilter

the extended info filter responsible for ensuring that the player info packet never exceeds the 40 kilobyte limitation.

Link copied to clipboard
val playerInfoProtocolWorker: ProtocolWorker

the worker behind the player info protocol.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String