HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.playerdata
/
Rank
Rank
@
Serializable
data
class
Rank
(
val
name
:
String
?
=
null
,
val
default
:
Boolean
?
=
null
,
val
tag
:
String
?
=
null
,
val
created
:
Long
?
=
null
,
val
priority
:
Int
?
=
null
)
Members
Constructors
Rank
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
default
:
Boolean
?
=
null
,
tag
:
String
?
=
null
,
created
:
Long
?
=
null
,
priority
:
Int
?
=
null
)
Properties
created
Link copied to clipboard
val
created
:
Long
?
=
null
default
Link copied to clipboard
val
default
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
priority
Link copied to clipboard
val
priority
:
Int
?
=
null
tag
Link copied to clipboard
val
tag
:
String
?
=
null