ProxyPlayerImpl
class ProxyPlayerImpl(val id: UUID, var username: String, transferServiceProvider: () -> PlayerTransferService?, messageSenderProvider: () -> (ProxyPlayerImpl, String) -> Boolean) : ProxyPlayer
Mutable proxy player implementation.
Constructors
Link copied to clipboard
constructor(id: UUID, username: String, transferServiceProvider: () -> PlayerTransferService?, messageSenderProvider: () -> (ProxyPlayerImpl, String) -> Boolean)
Properties
Functions
Link copied to clipboard
fun bindConnectionMetadata(sessionId: UUID, clientChannel: QuicChannel?, remoteAddress: InetSocketAddress?, protocolCrc: Int, protocolBuildNumber: Int, clientVersion: String, clientType: Byte, language: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard