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
/
ProfileIdName
Profile
Id
Name
@
JvmRecord
data
class
ProfileIdName
(
val
id
:
String
,
val
name
:
String
,
val
legacy
:
Boolean
?
=
null
,
val
demo
:
Boolean
?
=
null
)
:
Record
Members
Constructors
Profile
Id
Name
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
legacy
:
Boolean
?
=
null
,
demo
:
Boolean
?
=
null
)
Properties
demo
Link copied to clipboard
@
SerializedName
(
value
=
"demo"
)
val
demo
:
Boolean
?
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
legacy
Link copied to clipboard
@
SerializedName
(
value
=
"legacy"
)
val
legacy
:
Boolean
?
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String