Crate valence_text

Source
Expand description

§valence_text

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

Re-exports§

pub use color::Color;

Modules§

color
Color and related data structures.

Structs§

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.
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.