toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.playerdata
/
CorePlayerData
Core
Player
Data
class
CorePlayerData
(
storageManager
:
StorageManager
)
Members
Constructors
Core
Player
Data
Link copied to clipboard
constructor
(
storageManager
:
StorageManager
)
Functions
get
Name
For
Uuid
Link copied to clipboard
fun
getNameForUuid
(
uuid
:
UUID
)
:
CompletableFuture
<
String
?
>
?
get
Uuid
For
Name
Link copied to clipboard
fun
getUuidForName
(
name
:
String
)
:
CompletableFuture
<
UUID
?
>
store
Name
And
Uuid
Link copied to clipboard
fun
storeNameAndUuid
(
name
:
String
,
uuid
:
UUID
)