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
/
Perks
Perks
@
Serializable
data
class
Perks
(
val
doubleDrops
:
Int
?
=
null
,
val
farmingLevelCap
:
Int
?
=
null
,
val
personalBests
:
Boolean
?
=
null
)
Members
Constructors
Perks
Link copied to clipboard
constructor
(
doubleDrops
:
Int
?
=
null
,
farmingLevelCap
:
Int
?
=
null
,
personalBests
:
Boolean
?
=
null
)
Properties
double
Drops
Link copied to clipboard
@
SerialName
(
value
=
"double_drops"
)
val
doubleDrops
:
Int
?
=
null
farming
Level
Cap
Link copied to clipboard
@
SerialName
(
value
=
"farming_level_cap"
)
val
farmingLevelCap
:
Int
?
=
null
personal
Bests
Link copied to clipboard
@
SerialName
(
value
=
"personal_bests"
)
val
personalBests
:
Boolean
?
=
null