HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.playerdata
/
Member
Member
@
Serializable
data
class
Member
(
val
uuid
:
String
?
=
null
,
val
rank
:
String
?
=
null
,
val
joined
:
Long
?
=
null
,
val
questParticipation
:
Int
?
=
null
,
val
mutedTill
:
Long
?
=
null
,
val
expHistory
:
Map
<
String
,
Int
>
?
=
null
)
Members
Constructors
Member
Link copied to clipboard
constructor
(
uuid
:
String
?
=
null
,
rank
:
String
?
=
null
,
joined
:
Long
?
=
null
,
questParticipation
:
Int
?
=
null
,
mutedTill
:
Long
?
=
null
,
expHistory
:
Map
<
String
,
Int
>
?
=
null
)
Properties
exp
History
Link copied to clipboard
val
expHistory
:
Map
<
String
,
Int
>
?
=
null
joined
Link copied to clipboard
val
joined
:
Long
?
=
null
muted
Till
Link copied to clipboard
val
mutedTill
:
Long
?
=
null
quest
Participation
Link copied to clipboard
val
questParticipation
:
Int
?
=
null
rank
Link copied to clipboard
val
rank
:
String
?
=
null
uuid
Link copied to clipboard
val
uuid
:
String
?
=
null