habbokt
jvm
api
/
com.habbokt.api.entity.player
/
Player
Player
abstract
class
Player
(
val
id
:
Int
,
val
client
:
Client
)
Author
Jordan Abraham
Members
Constructors
Player
Link copied to clipboard
constructor
(
id
:
Int
,
client
:
Client
)
Functions
login
Link copied to clipboard
abstract
fun
login
(
)
Properties
client
Link copied to clipboard
val
client
:
Client
id
Link copied to clipboard
val
id
:
Int