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
/
PetCare
Pet
Care
@
Serializable
data
class
PetCare
(
val
coinsSpent
:
Double
?
=
null
,
val
petTypesSacrificed
:
List
<
String
>
?
=
null
)
Members
Constructors
Pet
Care
Link copied to clipboard
constructor
(
coinsSpent
:
Double
?
=
null
,
petTypesSacrificed
:
List
<
String
>
?
=
null
)
Properties
coins
Spent
Link copied to clipboard
@
SerialName
(
value
=
"coins_spent"
)
val
coinsSpent
:
Double
?
=
null
pet
Types
Sacrificed
Link copied to clipboard
@
SerialName
(
value
=
"pet_types_sacrificed"
)
val
petTypesSacrificed
:
List
<
String
>
?
=
null