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
/
PresenceResponse
Presence
Response
@
JvmRecord
data
class
PresenceResponse
(
val
presence
:
List
<
FriendPresence
>
=
emptyList()
)
:
Record
Members
Constructors
Presence
Response
Link copied to clipboard
constructor
(
presence
:
List
<
FriendPresence
>
=
emptyList()
)
Properties
presence
Link copied to clipboard
@
SerializedName
(
value
=
"presence"
)
val
presence
:
List
<
FriendPresence
>