mcutils
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.status
/
Players
Players
data
class
Players
(
val
max
:
Int
,
val
online
:
Int
,
val
sample
:
List
<
Sample
>
)
Players in server information.
Members
Constructors
Players
Link copied to clipboard
constructor
(
max
:
Int
,
online
:
Int
,
sample
:
List
<
Sample
>
)
Properties
max
Link copied to clipboard
val
max
:
Int
online
Link copied to clipboard
val
online
:
Int
sample
Link copied to clipboard
val
sample
:
List
<
Sample
>
A sample list of online players (not work on bedrock servers).