HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
GardenPlayerData
Garden
Player
Data
@
Serializable
data
class
GardenPlayerData
(
val
copper
:
Int
?
=
null
,
val
larvaConsumed
:
Int
?
=
null
,
val
analyzedGreenhouseCrops
:
List
<
String
>
?
=
null
,
val
discoveredGreenhouseCrops
:
List
<
String
>
?
=
null
)
Members
Constructors
Garden
Player
Data
Link copied to clipboard
constructor
(
copper
:
Int
?
=
null
,
larvaConsumed
:
Int
?
=
null
,
analyzedGreenhouseCrops
:
List
<
String
>
?
=
null
,
discoveredGreenhouseCrops
:
List
<
String
>
?
=
null
)
Properties
analyzed
Greenhouse
Crops
Link copied to clipboard
@
SerialName
(
value
=
"analyzed_greenhouse_crops"
)
val
analyzedGreenhouseCrops
:
List
<
String
>
?
=
null
copper
Link copied to clipboard
val
copper
:
Int
?
=
null
discovered
Greenhouse
Crops
Link copied to clipboard
@
SerialName
(
value
=
"discovered_greenhouse_crops"
)
val
discoveredGreenhouseCrops
:
List
<
String
>
?
=
null
larva
Consumed
Link copied to clipboard
@
SerialName
(
value
=
"larva_consumed"
)
val
larvaConsumed
:
Int
?
=
null