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
/
AlchemistQuest
Alchemist
Quest
@
Serializable
data
class
AlchemistQuest
(
val
alchemistQuestStart
:
Boolean
?
=
null
,
val
alchemistQuestProgress
:
Int
?
=
null
)
Members
Constructors
Alchemist
Quest
Link copied to clipboard
constructor
(
alchemistQuestStart
:
Boolean
?
=
null
,
alchemistQuestProgress
:
Int
?
=
null
)
Properties
alchemist
Quest
Progress
Link copied to clipboard
@
SerialName
(
value
=
"alchemist_quest_progress"
)
val
alchemistQuestProgress
:
Int
?
=
null
alchemist
Quest
Start
Link copied to clipboard
@
SerialName
(
value
=
"alchemist_quest_start"
)
val
alchemistQuestStart
:
Boolean
?
=
null