diff options
| author | mat <git@matdoes.dev> | 2023-05-13 19:29:55 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-13 19:29:55 -0500 |
| commit | 0cc76dfb67e852868e30d1c8529826c41a18e9d1 (patch) | |
| tree | 2e8c8c9aa3702431608509caa75dd3b5c8329f14 /azalea/src/lib.rs | |
| parent | ca39b8b6af27a91431d2a837037881bc882f0dde (diff) | |
| download | azalea-drasl-0cc76dfb67e852868e30d1c8529826c41a18e9d1.tar.xz | |
ChatPacket::is_whisper
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 8a00ff71..dcfa43b1 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -14,7 +14,7 @@ use app::{App, Plugin, PluginGroup}; pub use azalea_auth as auth; pub use azalea_block as blocks; pub use azalea_brigadier as brigadier; -pub use azalea_chat as chat; +pub use azalea_chat::FormattedText; pub use azalea_client::*; pub use azalea_core::{BlockPos, Vec3}; pub use azalea_protocol as protocol; |
