ProxyPlayer

interface ProxyPlayer

Represents a player connected to the proxy.

Properties

Link copied to clipboard
abstract val backendId: String?
Link copied to clipboard
abstract val id: UUID
Link copied to clipboard
abstract val state: PlayerState
Link copied to clipboard
abstract val username: String

Functions

Link copied to clipboard
abstract fun disconnect(reason: String? = null)
Link copied to clipboard
abstract fun sendMessage(message: String)
Link copied to clipboard
abstract fun transferTo(backendId: String)