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
/
Shop
Shop
@
Serializable
data
class
Shop
(
val
year
:
Int
?
=
null
,
val
rabbits
:
List
<
String
>
?
=
null
,
val
chocolateSpent
:
Long
?
=
null
,
val
cocoaFortuneUpgrades
:
Int
?
=
null
)
Members
Constructors
Shop
Link copied to clipboard
constructor
(
year
:
Int
?
=
null
,
rabbits
:
List
<
String
>
?
=
null
,
chocolateSpent
:
Long
?
=
null
,
cocoaFortuneUpgrades
:
Int
?
=
null
)
Properties
chocolate
Spent
Link copied to clipboard
@
SerialName
(
value
=
"chocolate_spent"
)
val
chocolateSpent
:
Long
?
=
null
cocoa
Fortune
Upgrades
Link copied to clipboard
@
SerialName
(
value
=
"cocoa_fortune_upgrades"
)
val
cocoaFortuneUpgrades
:
Int
?
=
null
rabbits
Link copied to clipboard
val
rabbits
:
List
<
String
>
?
=
null
year
Link copied to clipboard
val
year
:
Int
?
=
null