VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.player
/
PlayerProvider
Player
Provider
interface
PlayerProvider
Members
Functions
get
All
Online
Players
Link copied to clipboard
abstract
fun
getAllOnlinePlayers
(
)
:
List
<
Player
>
get
All
Registered
Players
Link copied to clipboard
abstract
fun
getAllRegisteredPlayers
(
)
:
List
<
Player
>
get
Online
Player
By
Name
Link copied to clipboard
abstract
fun
getOnlinePlayerByName
(
name
:
String
)
:
Player
?
get
Online
Player
By
UUID
Link copied to clipboard
abstract
fun
getOnlinePlayerByUUID
(
uuid
:
UUID
)
:
Player
?
get
Registered
Player
By
Name
Link copied to clipboard
abstract
fun
getRegisteredPlayerByName
(
name
:
String
)
:
Player
?
get
Registered
Player
By
UUID
Link copied to clipboard
abstract
fun
getRegisteredPlayerByUUID
(
uuid
:
UUID
)
:
Player
?