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
/
HinaTasks
Hina
Tasks
@
Serializable
data
class
HinaTasks
(
val
completedTasks
:
List
<
String
>
?
=
null
,
val
taskProgress
:
Map
<
String
,
Int
>
?
=
null
,
val
claimedRewards
:
List
<
String
>
?
=
null
,
val
tierClaimed
:
Int
?
=
null
)
Members
Constructors
Hina
Tasks
Link copied to clipboard
constructor
(
completedTasks
:
List
<
String
>
?
=
null
,
taskProgress
:
Map
<
String
,
Int
>
?
=
null
,
claimedRewards
:
List
<
String
>
?
=
null
,
tierClaimed
:
Int
?
=
null
)
Properties
claimed
Rewards
Link copied to clipboard
@
SerialName
(
value
=
"claimed_rewards"
)
val
claimedRewards
:
List
<
String
>
?
=
null
completed
Tasks
Link copied to clipboard
@
SerialName
(
value
=
"completed_tasks"
)
val
completedTasks
:
List
<
String
>
?
=
null
task
Progress
Link copied to clipboard
@
SerialName
(
value
=
"task_progress"
)
val
taskProgress
:
Map
<
String
,
Int
>
?
=
null
tier
Claimed
Link copied to clipboard
@
SerialName
(
value
=
"tier_claimed"
)
val
tierClaimed
:
Int
?
=
null