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
/
KatHouse
Kat
House
@
Serializable
data
class
KatHouse
(
val
binCollectedSilverfish
:
Int
?
=
null
,
val
binCollectedSpider
:
Int
?
=
null
,
val
binCollectedMosquito
:
Int
?
=
null
)
Members
Constructors
Kat
House
Link copied to clipboard
constructor
(
binCollectedSilverfish
:
Int
?
=
null
,
binCollectedSpider
:
Int
?
=
null
,
binCollectedMosquito
:
Int
?
=
null
)
Properties
bin
Collected
Mosquito
Link copied to clipboard
@
SerialName
(
value
=
"bin_collected_mosquito"
)
val
binCollectedMosquito
:
Int
?
=
null
bin
Collected
Silverfish
Link copied to clipboard
@
SerialName
(
value
=
"bin_collected_silverfish"
)
val
binCollectedSilverfish
:
Int
?
=
null
bin
Collected
Spider
Link copied to clipboard
@
SerialName
(
value
=
"bin_collected_spider"
)
val
binCollectedSpider
:
Int
?
=
null