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
/
Matriarch
Matriarch
@
Serializable
data
class
Matriarch
(
val
pearlsCollected
:
Int
?
=
null
,
val
lastAttempt
:
Long
?
=
null
,
val
recentRefreshes
:
List
<
Long
>
?
=
null
)
Members
Constructors
Matriarch
Link copied to clipboard
constructor
(
pearlsCollected
:
Int
?
=
null
,
lastAttempt
:
Long
?
=
null
,
recentRefreshes
:
List
<
Long
>
?
=
null
)
Properties
last
Attempt
Link copied to clipboard
@
SerialName
(
value
=
"last_attempt"
)
val
lastAttempt
:
Long
?
=
null
pearls
Collected
Link copied to clipboard
@
SerialName
(
value
=
"pearls_collected"
)
val
pearlsCollected
:
Int
?
=
null
recent
Refreshes
Link copied to clipboard
@
SerialName
(
value
=
"recent_refreshes"
)
val
recentRefreshes
:
List
<
Long
>
?
=
null