HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
GlacitePlayerData
Glacite
Player
Data
@
Serializable
data
class
GlacitePlayerData
(
val
fossilsDonated
:
List
<
String
>
?
=
null
,
val
fossilDust
:
Double
?
=
null
,
val
corpsesLooted
:
Map
<
String
,
Int
>
?
=
null
,
val
mineshaftsEntered
:
Int
?
=
null
)
Members
Constructors
Glacite
Player
Data
Link copied to clipboard
constructor
(
fossilsDonated
:
List
<
String
>
?
=
null
,
fossilDust
:
Double
?
=
null
,
corpsesLooted
:
Map
<
String
,
Int
>
?
=
null
,
mineshaftsEntered
:
Int
?
=
null
)
Properties
corpses
Looted
Link copied to clipboard
@
SerialName
(
value
=
"corpses_looted"
)
val
corpsesLooted
:
Map
<
String
,
Int
>
?
=
null
fossil
Dust
Link copied to clipboard
@
SerialName
(
value
=
"fossil_dust"
)
val
fossilDust
:
Double
?
=
null
fossils
Donated
Link copied to clipboard
@
SerialName
(
value
=
"fossils_donated"
)
val
fossilsDonated
:
List
<
String
>
?
=
null
mineshafts
Entered
Link copied to clipboard
@
SerialName
(
value
=
"mineshafts_entered"
)
val
mineshaftsEntered
:
Int
?
=
null