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
/
DeadCats
Dead
Cats
@
Serializable
data
class
DeadCats
(
val
talkedToJacquelle
:
Boolean
?
=
null
,
val
pickedUpDetector
:
Boolean
?
=
null
,
val
foundCats
:
List
<
String
>
?
=
null
,
val
unlockedPet
:
Boolean
?
=
null
,
val
montezuma
:
Montezuma
?
=
null
)
Members
Constructors
Dead
Cats
Link copied to clipboard
constructor
(
talkedToJacquelle
:
Boolean
?
=
null
,
pickedUpDetector
:
Boolean
?
=
null
,
foundCats
:
List
<
String
>
?
=
null
,
unlockedPet
:
Boolean
?
=
null
,
montezuma
:
Montezuma
?
=
null
)
Properties
found
Cats
Link copied to clipboard
@
SerialName
(
value
=
"found_cats"
)
val
foundCats
:
List
<
String
>
?
=
null
montezuma
Link copied to clipboard
val
montezuma
:
Montezuma
?
=
null
picked
Up
Detector
Link copied to clipboard
@
SerialName
(
value
=
"picked_up_detector"
)
val
pickedUpDetector
:
Boolean
?
=
null
talked
To
Jacquelle
Link copied to clipboard
@
SerialName
(
value
=
"talked_to_jacquelle"
)
val
talkedToJacquelle
:
Boolean
?
=
null
unlocked
Pet
Link copied to clipboard
@
SerialName
(
value
=
"unlocked_pet"
)
val
unlockedPet
:
Boolean
?
=
null