HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
ShardOwned
Shard
Owned
@
Serializable
data
class
ShardOwned
(
val
type
:
String
?
=
null
,
val
amountOwned
:
Int
?
=
null
,
val
captured
:
Long
?
=
null
)
Members
Constructors
Shard
Owned
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
amountOwned
:
Int
?
=
null
,
captured
:
Long
?
=
null
)
Properties
amount
Owned
Link copied to clipboard
@
SerialName
(
value
=
"amount_owned"
)
val
amountOwned
:
Int
?
=
null
captured
Link copied to clipboard
val
captured
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null