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
/
PlayerProfile
Player
Profile
@
JvmRecord
data
class
PlayerProfile
(
val
id
:
String
,
val
name
:
String
,
val
skins
:
List
<
SkinInfo
>
=
emptyList()
,
val
capes
:
List
<
CapeInfo
>
=
emptyList()
)
:
Record
Members
Constructors
Player
Profile
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
skins
:
List
<
SkinInfo
>
=
emptyList()
,
capes
:
List
<
CapeInfo
>
=
emptyList()
)
Properties
capes
Link copied to clipboard
@
SerializedName
(
value
=
"capes"
)
val
capes
:
List
<
CapeInfo
>
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
skins
Link copied to clipboard
@
SerializedName
(
value
=
"skins"
)
val
skins
:
List
<
SkinInfo
>