emulinker
Toggle table of contents
1.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
emulinker
emulinker
/
org.emulinker.kaillera.controller.v086.protocol
/
PlayerInformation
/
Player
Player
data
class
Player
(
val
username
:
String
,
val
ping
:
Duration
,
val
userId
:
Int
,
val
connectionType
:
ConnectionType
)
Members
Constructors
Player
Link copied to clipboard
constructor
(
username
:
String
,
ping
:
Duration
,
userId
:
Int
,
connectionType
:
ConnectionType
)
Properties
connection
Type
Link copied to clipboard
val
connectionType
:
ConnectionType
num
Bytes
Link copied to clipboard
val
numBytes
:
Int
ping
Link copied to clipboard
val
ping
:
Duration
user
Id
Link copied to clipboard
val
userId
:
Int
username
Link copied to clipboard
val
username
:
String
Functions
write
To
Link copied to clipboard
fun
writeTo
(
buffer
:
ByteBuf
)
fun
writeTo
(
buffer
:
ByteBuffer
)