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.model
/
PresenceRequest
Presence
Request
@
JvmRecord
data
class
PresenceRequest
(
val
status
:
String
,
val
joinInfo
:
JoinInfo
?
=
null
)
:
Record
Members
Constructors
Presence
Request
Link copied to clipboard
constructor
(
status
:
String
,
joinInfo
:
JoinInfo
?
=
null
)
Properties
join
Info
Link copied to clipboard
@
SerializedName
(
value
=
"joinInfo"
)
val
joinInfo
:
JoinInfo
?
status
Link copied to clipboard
@
SerializedName
(
value
=
"status"
)
val
status
:
String