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
/
Bestiary
Bestiary
@
Serializable
data
class
Bestiary
(
val
migratedStats
:
Boolean
?
=
null
,
val
migration
:
Boolean
?
=
null
,
val
kills
:
Map
<
String
,
Int
>
?
=
null
,
val
deaths
:
Map
<
String
,
Int
>
?
=
null
,
val
milestone
:
Milestone
?
=
null
,
val
miscellaneous
:
Miscellaneous
?
=
null
)
Members
Constructors
Bestiary
Link copied to clipboard
constructor
(
migratedStats
:
Boolean
?
=
null
,
migration
:
Boolean
?
=
null
,
kills
:
Map
<
String
,
Int
>
?
=
null
,
deaths
:
Map
<
String
,
Int
>
?
=
null
,
milestone
:
Milestone
?
=
null
,
miscellaneous
:
Miscellaneous
?
=
null
)
Properties
deaths
Link copied to clipboard
val
deaths
:
Map
<
String
,
Int
>
?
=
null
kills
Link copied to clipboard
val
kills
:
Map
<
String
,
Int
>
?
=
null
migrated
Stats
Link copied to clipboard
@
SerialName
(
value
=
"migrated_stats"
)
val
migratedStats
:
Boolean
?
=
null
migration
Link copied to clipboard
@
SerialName
(
value
=
"migration"
)
val
migration
:
Boolean
?
=
null
milestone
Link copied to clipboard
val
milestone
:
Milestone
?
=
null
miscellaneous
Link copied to clipboard
val
miscellaneous
:
Miscellaneous
?
=
null