blob: 2fbad937206f67ddb3cb580d443c2adc0323df10 (
plain)
1
2
3
4
5
6
7
|
//! Things for working with Minecraft chat messages, inspired by the Minecraft source code and prismarine-chat.
pub mod base_component;
pub mod component;
pub mod style;
pub mod text_component;
pub mod translatable_component;
|