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
/
Castle
Castle
@
Serializable
data
class
Castle
(
val
unlockedPathwaySkip
:
Boolean
?
=
null
,
val
fairyStep
:
Int
?
=
null
,
val
grubberStacks
:
Int
?
=
null
)
Members
Constructors
Castle
Link copied to clipboard
constructor
(
unlockedPathwaySkip
:
Boolean
?
=
null
,
fairyStep
:
Int
?
=
null
,
grubberStacks
:
Int
?
=
null
)
Properties
fairy
Step
Link copied to clipboard
@
SerialName
(
value
=
"fairy_step"
)
val
fairyStep
:
Int
?
=
null
grubber
Stacks
Link copied to clipboard
@
SerialName
(
value
=
"grubber_stacks"
)
val
grubberStacks
:
Int
?
=
null
unlocked
Pathway
Skip
Link copied to clipboard
@
SerialName
(
value
=
"unlocked_pathway_skip"
)
val
unlockedPathwaySkip
:
Boolean
?
=
null