Package-level declarations
Types
Link copied to clipboard
@JsonClass(generateAdapter = true )
Represents the status of a Minecraft Bedrock server.
Link copied to clipboard
Link copied to clipboard
class ColorAdapter
§ codes or Hex strings Adapter.
Link copied to clipboard
Server description structure, typically the MOTD text.
Link copied to clipboard
Adapt different kinds of Description server sent. String or TextComponent.
Link copied to clipboard
Represents the various game modes. For tech.aliorpse.mcutils.modules.server.BedrockServer.getStatus.
Link copied to clipboard
@JsonClass(generateAdapter = true )
Represents the status of a Java Edition Minecraft server.
Link copied to clipboard
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
有些傻逼服务器喜欢往 MOTDTextComponent.text 里面加§. mcutils不支持这种写法. §不会做处理.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents the status of a server.
Link copied to clipboard