HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
Shards
Shards
@
Serializable
data
class
Shards
(
val
traps
:
Map
<
String
,
JsonElement
>
?
=
null
,
val
shardSort
:
String
?
=
null
,
val
fusionResultSort
:
String
?
=
null
,
val
owned
:
List
<
ShardOwned
>
?
=
null
)
Members
Constructors
Shards
Link copied to clipboard
constructor
(
traps
:
Map
<
String
,
JsonElement
>
?
=
null
,
shardSort
:
String
?
=
null
,
fusionResultSort
:
String
?
=
null
,
owned
:
List
<
ShardOwned
>
?
=
null
)
Properties
fusion
Result
Sort
Link copied to clipboard
@
SerialName
(
value
=
"fusion_result_sort"
)
val
fusionResultSort
:
String
?
=
null
owned
Link copied to clipboard
val
owned
:
List
<
ShardOwned
>
?
=
null
shard
Sort
Link copied to clipboard
@
SerialName
(
value
=
"shard_sort"
)
val
shardSort
:
String
?
=
null
traps
Link copied to clipboard
val
traps
:
Map
<
String
,
JsonElement
>
?
=
null