HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
JacobsContent
Jacobs
Content
@
Serializable
data
class
JacobsContent
(
val
medalsInv
:
Map
<
String
,
Int
>
?
=
null
,
val
perks
:
Perks
?
=
null
,
val
talked
:
Boolean
?
=
null
,
val
contents
:
Map
<
String
,
Content
>
?
=
null
,
val
uniqueBrackets
:
Map
<
String
,
List
<
String
>
>
?
=
null
,
val
migration
:
Boolean
?
=
null
,
val
personalBests
:
Map
<
String
,
Int
>
?
=
null
)
Members
Constructors
Jacobs
Content
Link copied to clipboard
constructor
(
medalsInv
:
Map
<
String
,
Int
>
?
=
null
,
perks
:
Perks
?
=
null
,
talked
:
Boolean
?
=
null
,
contents
:
Map
<
String
,
Content
>
?
=
null
,
uniqueBrackets
:
Map
<
String
,
List
<
String
>
>
?
=
null
,
migration
:
Boolean
?
=
null
,
personalBests
:
Map
<
String
,
Int
>
?
=
null
)
Properties
contents
Link copied to clipboard
val
contents
:
Map
<
String
,
Content
>
?
=
null
medals
Inv
Link copied to clipboard
@
SerialName
(
value
=
"medals_inv"
)
val
medalsInv
:
Map
<
String
,
Int
>
?
=
null
migration
Link copied to clipboard
val
migration
:
Boolean
?
=
null
perks
Link copied to clipboard
val
perks
:
Perks
?
=
null
personal
Bests
Link copied to clipboard
@
SerialName
(
value
=
"personal_bests"
)
val
personalBests
:
Map
<
String
,
Int
>
?
=
null
talked
Link copied to clipboard
val
talked
:
Boolean
?
=
null
unique
Brackets
Link copied to clipboard
@
SerialName
(
value
=
"unique_brackets"
)
val
uniqueBrackets
:
Map
<
String
,
List
<
String
>
>
?
=
null