Package-level declarations

Types

Link copied to clipboard
@Serializable
data class TextComponent(val text: String, val color: String = "", val styles: Set<TextStyle> = emptySet(), val extra: List<TextComponent> = emptyList())

Colored minecraft text representation.

Link copied to clipboard
@Serializable
enum TextStyle : Enum<TextStyle>

Text styles for TextComponent.