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
/
Goblin
Goblin
@
Serializable
data
class
Goblin
(
val
kingQuestActive
:
Boolean
?
=
null
,
val
kingQuestsCompleted
:
Int
?
=
null
)
Members
Constructors
Goblin
Link copied to clipboard
constructor
(
kingQuestActive
:
Boolean
?
=
null
,
kingQuestsCompleted
:
Int
?
=
null
)
Properties
king
Quest
Active
Link copied to clipboard
@
SerialName
(
value
=
"king_quest_active"
)
val
kingQuestActive
:
Boolean
?
=
null
king
Quests
Completed
Link copied to clipboard
@
SerialName
(
value
=
"king_quests_completed"
)
val
kingQuestsCompleted
:
Int
?
=
null