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
/
ItemsFished
Items
Fished
@
Serializable
data
class
ItemsFished
(
val
total
:
Double
?
=
null
,
val
normal
:
Double
?
=
null
,
val
treasure
:
Double
?
=
null
,
val
largeTreasure
:
Double
?
=
null
,
val
trophyFish
:
Double
?
=
null
,
val
oustanding
:
Double
?
=
null
)
Members
Constructors
Items
Fished
Link copied to clipboard
constructor
(
total
:
Double
?
=
null
,
normal
:
Double
?
=
null
,
treasure
:
Double
?
=
null
,
largeTreasure
:
Double
?
=
null
,
trophyFish
:
Double
?
=
null
,
oustanding
:
Double
?
=
null
)
Properties
large
Treasure
Link copied to clipboard
@
SerialName
(
value
=
"large_treasure"
)
val
largeTreasure
:
Double
?
=
null
normal
Link copied to clipboard
val
normal
:
Double
?
=
null
oustanding
Link copied to clipboard
val
oustanding
:
Double
?
=
null
total
Link copied to clipboard
val
total
:
Double
?
=
null
treasure
Link copied to clipboard
val
treasure
:
Double
?
=
null
trophy
Fish
Link copied to clipboard
@
SerialName
(
value
=
"trophy_fish"
)
val
trophyFish
:
Double
?
=
null