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
/
hasJoined
has
Joined
@
GET
(
value
=
"session/minecraft/hasJoined"
)
abstract
suspend
fun
hasJoined
(
@
Query
(
value
=
"username"
)
username
:
String
,
@
Query
(
value
=
"serverId"
)
serverId
:
String
,
@
Query
(
value
=
"ip"
)
ip
:
String
?
=
null
)
:
Response
<
SessionProfile
>
Returns the profile on success, 204/empty on failure.