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
/
Mythos
Mythos
@
Serializable
data
class
Mythos
(
val
kills
:
Double
?
=
null
,
val
burrowsDugNext
:
Map
<
String
,
Double
>
?
=
null
,
val
burrowsDugCombat
:
Map
<
String
,
Double
>
?
=
null
,
val
burrowsDugTreasure
:
Map
<
String
,
Double
>
?
=
null
,
val
burrowsChainsComplete
:
Map
<
String
,
Double
>
?
=
null
)
Members
Constructors
Mythos
Link copied to clipboard
constructor
(
kills
:
Double
?
=
null
,
burrowsDugNext
:
Map
<
String
,
Double
>
?
=
null
,
burrowsDugCombat
:
Map
<
String
,
Double
>
?
=
null
,
burrowsDugTreasure
:
Map
<
String
,
Double
>
?
=
null
,
burrowsChainsComplete
:
Map
<
String
,
Double
>
?
=
null
)
Properties
burrows
Chains
Complete
Link copied to clipboard
@
SerialName
(
value
=
"burrows_chains_complete"
)
val
burrowsChainsComplete
:
Map
<
String
,
Double
>
?
=
null
burrows
Dug
Combat
Link copied to clipboard
@
SerialName
(
value
=
"burrows_dug_combat"
)
val
burrowsDugCombat
:
Map
<
String
,
Double
>
?
=
null
burrows
Dug
Next
Link copied to clipboard
@
SerialName
(
value
=
"burrows_dug_next"
)
val
burrowsDugNext
:
Map
<
String
,
Double
>
?
=
null
burrows
Dug
Treasure
Link copied to clipboard
@
SerialName
(
value
=
"burrows_dug_treasure"
)
val
burrowsDugTreasure
:
Map
<
String
,
Double
>
?
=
null
kills
Link copied to clipboard
val
kills
:
Double
?
=
null