LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty.mojang.service
/
SessionServerApi
/
fetchProfile
fetch
Profile
@
GET
(
value
=
"session/minecraft/profile/{uuid}"
)
abstract
suspend
fun
fetchProfile
(
@
Path
(
value
=
"uuid"
)
uuid
:
String
)
:
Response
<
SessionProfile
>
Returns 204 if the UUID has no player.