Package-level declarations
Types
Link copied to clipboard
data class BedrockServerStatus(val description: Description, val players: Players, val version: Version, val ping: Long, val levelName: String, val gameMode: GameMode, val serverUniqueID: String) : ServerStatus
Represents the status of a Minecraft Bedrock server.
Link copied to clipboard
Deserializer used for adapt different color types.
Link copied to clipboard
Server description structure, typically the MOTD text.
Link copied to clipboard
Deserializer used for adapt different Description formats sent by server.
Link copied to clipboard
Represents the various game modes. For tech.aliorpse.mcutils.module.status.BedrockPing.getStatus.
Link copied to clipboard
data class JavaServerStatus(val description: Description, val players: Players, val version: Version, val ping: Long, val enforcesSecureChat: Boolean = false, val favicon: String?) : ServerStatus
Represents the status of a Java Edition Minecraft server.
Link copied to clipboard
data class MOTDTextComponent(val text: String, val color: Color? = Color.Named.WHITE, val bold: Boolean = false, val italic: Boolean = false, val underlined: Boolean = false, val strikethrough: Boolean = false, val obfuscated: Boolean = false, val extra: List<MOTDTextComponent>? = emptyList())
Represents a component of the MOTD.
Link copied to clipboard
Someone just didn't follow the rules sending the MOTD text. Fuck them.
Link copied to clipboard
Represents the status of a server.