HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
FairySoul
Fairy
Soul
@
Serializable
data
class
FairySoul
(
val
fairyExchanges
:
Int
?
=
null
,
val
totalCollected
:
Int
?
=
null
,
val
unspentSouls
:
Int
?
=
null
)
Members
Constructors
Fairy
Soul
Link copied to clipboard
constructor
(
fairyExchanges
:
Int
?
=
null
,
totalCollected
:
Int
?
=
null
,
unspentSouls
:
Int
?
=
null
)
Properties
fairy
Exchanges
Link copied to clipboard
@
SerialName
(
value
=
"fairy_exchanges"
)
val
fairyExchanges
:
Int
?
=
null
total
Collected
Link copied to clipboard
@
SerialName
(
value
=
"total_collected"
)
val
totalCollected
:
Int
?
=
null
unspent
Souls
Link copied to clipboard
@
SerialName
(
value
=
"unspent_souls"
)
val
unspentSouls
:
Int
?
=
null