SecretLab Kotlin
Toggle table of contents
0.4.3
jvm
Platform filter
jvm
Switch theme
Search in API
SecretLab Kotlin
SecretLab Kotlin
/
io.github.vxrpenter.cedmod.data
/
Player
Player
@
Serializable
data
class
Player
(
var
response
:
Long
=
0
,
val
players
:
List
<
PlayerObject
>
,
val
total
:
Int
)
(
source
)
Members
Constructors
Player
Link copied to clipboard
constructor
(
response
:
Long
=
0
,
players
:
List
<
PlayerObject
>
,
total
:
Int
)
Properties
players
Link copied to clipboard
val
players
:
List
<
PlayerObject
>
response
Link copied to clipboard
@
Transient
var
response
:
Long
total
Link copied to clipboard
val
total
:
Int