Player

data class Player(val username: String, val ping: Duration, val userId: Int, val connectionType: ConnectionType)

Constructors

Link copied to clipboard
constructor(username: String, ping: Duration, userId: Int, connectionType: ConnectionType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun writeTo(buffer: ByteBuf)
fun writeTo(buffer: ByteBuffer)