mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
server-status
/
tech.aliorpse.mcutils.entity
/
QueryStatusFull
Query
Status
Full
@
Serializable
data
class
QueryStatusFull
(
val
description
:
String
,
val
map
:
String
,
val
players
:
Players
,
val
version
:
String
,
val
plugins
:
Set
<
String
>
)
:
QueryStatus
Query full status.
Members
Constructors
Query
Status
Full
Link copied to clipboard
constructor
(
description
:
String
,
map
:
String
,
players
:
Players
,
version
:
String
,
plugins
:
Set
<
String
>
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
map
Link copied to clipboard
open
override
val
map
:
String
Name of the current map.
players
Link copied to clipboard
open
override
val
players
:
Players
plugins
Link copied to clipboard
val
plugins
:
Set
<
String
>
version
Link copied to clipboard
val
version
:
String