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
/
PetsMilestone
Pets
Milestone
@
Serializable
data
class
PetsMilestone
(
val
oresMined
:
Double
?
=
null
,
val
seaCreaturesKilled
:
Double
?
=
null
)
Members
Constructors
Pets
Milestone
Link copied to clipboard
constructor
(
oresMined
:
Double
?
=
null
,
seaCreaturesKilled
:
Double
?
=
null
)
Properties
ores
Mined
Link copied to clipboard
@
SerialName
(
value
=
"ores_mined"
)
val
oresMined
:
Double
?
=
null
sea
Creatures
Killed
Link copied to clipboard
@
SerialName
(
value
=
"sea_creatures_killed"
)
val
seaCreaturesKilled
:
Double
?
=
null