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
and related data structures.
Structs
- Scoreboard value.
- Represents formatted text in Minecraft’s JSON text format.
- Text data and formatting.
Enums
- Action to take on click of the text.
- The font of the text.
- Action to take when mouse-hovering on the text.
- The text content of a Text object.
Traits
- Trait for any data that can be converted to a
Text
object.