Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.player
/
PlayerManager
Player
Manager
interface
PlayerManager
Access to connected players and their sessions.
Members
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
Collection
<
ProxyPlayer
>
get
Link copied to clipboard
abstract
fun
get
(
id
:
UUID
)
:
ProxyPlayer
?
get
By
Name
Link copied to clipboard
abstract
fun
getByName
(
username
:
String
)
:
ProxyPlayer
?