ServerStatus

@Serializable
data class ServerStatus(val description: TextComponent, val players: Players, val version: Version, val ping: Long, val secureChatEnforced: Boolean, val favicon: String?, val srvRecord: String?)

Server List Ping status.

Constructors

Link copied to clipboard
constructor(description: TextComponent, players: Players, version: Version, ping: Long, secureChatEnforced: Boolean, favicon: String?, srvRecord: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Base64-encoded favicon, if present.

Link copied to clipboard
val ping: Long

Ping in milliseconds, null if unsupported.

Link copied to clipboard
Link copied to clipboard

Whether secure chat is required.

Link copied to clipboard

e.g. int-p-as-1.wdsj.net:55581

Link copied to clipboard