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
/
Foraging
Foraging
@
Serializable
data
class
Foraging
(
val
starlyn
:
Starlyn
?
=
null
,
val
fishFamily
:
List
<
String
>
?
=
null
,
val
hina
:
Hina
?
=
null
,
val
treeGifts
:
TreeGifts
?
=
null
,
val
songs
:
Songs
?
=
null
)
Members
Constructors
Foraging
Link copied to clipboard
constructor
(
starlyn
:
Starlyn
?
=
null
,
fishFamily
:
List
<
String
>
?
=
null
,
hina
:
Hina
?
=
null
,
treeGifts
:
TreeGifts
?
=
null
,
songs
:
Songs
?
=
null
)
Properties
fish
Family
Link copied to clipboard
@
SerialName
(
value
=
"fish_family"
)
val
fishFamily
:
List
<
String
>
?
=
null
hina
Link copied to clipboard
val
hina
:
Hina
?
=
null
songs
Link copied to clipboard
val
songs
:
Songs
?
=
null
starlyn
Link copied to clipboard
val
starlyn
:
Starlyn
?
=
null
tree
Gifts
Link copied to clipboard
@
SerialName
(
value
=
"tree_gifts"
)
val
treeGifts
:
TreeGifts
?
=
null