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
/
SuusQuest
Suus
Quest
@
Serializable
data
class
SuusQuest
(
val
talkedToNpc
:
Boolean
?
=
null
,
val
lastToyDrop
:
Long
?
=
null
,
val
lastCompletion
:
Long
?
=
null
)
Members
Constructors
Suus
Quest
Link copied to clipboard
constructor
(
talkedToNpc
:
Boolean
?
=
null
,
lastToyDrop
:
Long
?
=
null
,
lastCompletion
:
Long
?
=
null
)
Properties
last
Completion
Link copied to clipboard
@
SerialName
(
value
=
"last_completion"
)
val
lastCompletion
:
Long
?
=
null
last
Toy
Drop
Link copied to clipboard
@
SerialName
(
value
=
"last_toy_drop"
)
val
lastToyDrop
:
Long
?
=
null
talked
To
Npc
Link copied to clipboard
@
SerialName
(
value
=
"talked_to_npc"
)
val
talkedToNpc
:
Boolean
?
=
null