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
/
Crystal
Crystal
@
Serializable
data
class
Crystal
(
val
state
:
String
?
=
null
,
val
totalPlaced
:
Int
?
=
null
,
val
totalFound
:
Int
?
=
null
)
Members
Constructors
Crystal
Link copied to clipboard
constructor
(
state
:
String
?
=
null
,
totalPlaced
:
Int
?
=
null
,
totalFound
:
Int
?
=
null
)
Properties
state
Link copied to clipboard
val
state
:
String
?
=
null
total
Found
Link copied to clipboard
@
SerialName
(
value
=
"total_found"
)
val
totalFound
:
Int
?
=
null
total
Placed
Link copied to clipboard
@
SerialName
(
value
=
"total_placed"
)
val
totalPlaced
:
Int
?
=
null