mcutils
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
mcutils
/
tech.aliorpse.mcutils.api
/
MinecraftPlayer
Minecraft
Player
object
MinecraftPlayer
Members
Functions
get
Profile
Link copied to clipboard
@
JsPromise
@
JvmAsync
@
JvmBlocking
@
JvmStatic
suspend
fun
getProfile
(
player
:
String
)
:
PlayerProfile
Retrieves a player's profile by name or UUID.
get
Uuid
Link copied to clipboard
@
JsPromise
@
JvmAsync
@
JvmBlocking
@
JvmStatic
suspend
fun
getUuid
(
playerName
:
String
)
:
String
Retrieves the player's UUID by their name.