Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.player
/
PlayerManagerImpl
Player
Manager
Impl
class
PlayerManagerImpl
:
PlayerManager
Thread-safe player manager implementation.
Members
Constructors
Player
Manager
Impl
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
player
:
ProxyPlayerImpl
)
all
Link copied to clipboard
open
override
fun
all
(
)
:
Collection
<
ProxyPlayer
>
get
Link copied to clipboard
open
override
fun
get
(
id
:
UUID
)
:
ProxyPlayer
?
get
By
Name
Link copied to clipboard
open
override
fun
getByName
(
username
:
String
)
:
ProxyPlayer
?
get
Or
Create
Link copied to clipboard
fun
getOrCreate
(
id
:
UUID
,
username
:
String
)
:
ProxyPlayerImpl
remove
Link copied to clipboard
fun
remove
(
id
:
UUID
)
:
ProxyPlayerImpl
?