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
/
JoinInfo
Join
Info
@
JvmRecord
data
class
JoinInfo
(
val
value
:
JsonElement
=
JsonNull.INSTANCE
,
val
invites
:
List
<
String
>
?
=
null
)
:
Record
Members
Constructors
Join
Info
Link copied to clipboard
constructor
(
value
:
JsonElement
=
JsonNull.INSTANCE
,
invites
:
List
<
String
>
?
=
null
)
Properties
invites
Link copied to clipboard
@
SerializedName
(
value
=
"invites"
)
val
invites
:
List
<
String
>
?
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
JsonElement