Crate text

Crate text 

Source
Expand description

§chunkedge_text

A library for parsing and writing Minecraft’s JSON text format

Modules§

color
Color and related data structures.

Structs§

JsonText
Will always be serialized as JSON instead of NBT for backwards compatibility. See https://minecraft.wiki/w/Java_Edition_protocol/Packets#Disconnect_(login)
NBTUuid
ScoreboardValueContent
Scoreboard value.
Text
Represents formatted text in Minecraft’s JSON text format.
TextInner
Text data and formatting.

Enums§

ClickEvent
Action to take on click of the text.
Color
Text color
Font
The font of the text.
HoverEvent
Action to take when mouse-hovering on the text.
TextContent
The text content of a Text object.

Traits§

IntoText
Trait for any data that can be converted to a Text object.