HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
AccessoryBagStorage
Accessory
Bag
Storage
@
Serializable
data
class
AccessoryBagStorage
(
val
tuning
:
Map
<
String
,
TuningSlot
>
?
=
null
,
val
selectedPower
:
String
?
=
null
,
val
bagUpgradesPurchased
:
Int
?
=
null
,
val
unlockedPowers
:
List
<
String
>
?
=
null
,
val
highestMagicalPower
:
Int
?
=
null
)
Members
Constructors
Accessory
Bag
Storage
Link copied to clipboard
constructor
(
tuning
:
Map
<
String
,
TuningSlot
>
?
=
null
,
selectedPower
:
String
?
=
null
,
bagUpgradesPurchased
:
Int
?
=
null
,
unlockedPowers
:
List
<
String
>
?
=
null
,
highestMagicalPower
:
Int
?
=
null
)
Properties
bag
Upgrades
Purchased
Link copied to clipboard
@
SerialName
(
value
=
"bag_upgrades_purchased"
)
val
bagUpgradesPurchased
:
Int
?
=
null
highest
Magical
Power
Link copied to clipboard
@
SerialName
(
value
=
"highest_magical_power"
)
val
highestMagicalPower
:
Int
?
=
null
selected
Power
Link copied to clipboard
@
SerialName
(
value
=
"selected_power"
)
val
selectedPower
:
String
?
=
null
tuning
Link copied to clipboard
val
tuning
:
Map
<
String
,
TuningSlot
>
?
=
null
unlocked
Powers
Link copied to clipboard
@
SerialName
(
value
=
"unlocked_powers"
)
val
unlockedPowers
:
List
<
String
>
?
=
null