mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
server-status
/
tech.aliorpse.mcutils.entity
/
Players
Players
@
Serializable
data
class
Players
(
val
max
:
Int
,
val
online
:
Int
,
val
sample
:
Set
<
Sample
>
?
=
emptySet()
)
Player info.
Members
Constructors
Players
Link copied to clipboard
constructor
(
max
:
Int
,
online
:
Int
,
sample
:
Set
<
Sample
>
?
=
emptySet()
)
Properties
max
Link copied to clipboard
val
max
:
Int
online
Link copied to clipboard
val
online
:
Int
sample
Link copied to clipboard
val
sample
:
Set
<
Sample
>
?
Optional sample list of online players.