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
/
FriendsPreferences
Friends
Preferences
@
JvmRecord
data
class
FriendsPreferences
(
val
friends
:
String
,
val
acceptInvites
:
String
)
:
Record
Members
Constructors
Friends
Preferences
Link copied to clipboard
constructor
(
friends
:
String
,
acceptInvites
:
String
)
Properties
accept
Invites
Link copied to clipboard
@
SerializedName
(
value
=
"acceptInvites"
)
val
acceptInvites
:
String
friends
Link copied to clipboard
@
SerializedName
(
value
=
"friends"
)
val
friends
:
String