aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/bot.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-23 21:38:56 +0930
committermat <git@matdoes.dev>2025-12-23 06:39:01 -0530
commit0fdcff1909b28c5f61587ff5031c67e2880b84fc (patch)
tree9a80012d7e74305dcbd458934d57d1f9a9de86ae /azalea/src/bot.rs
parent82e3d46ca319badcbc584cf902aeebcbd30948b9 (diff)
downloadazalea-drasl-0fdcff1909b28c5f61587ff5031c67e2880b84fc.tar.xz
don't write unnecessarily from azalea-client's build script
Diffstat (limited to 'azalea/src/bot.rs')
-rw-r--r--azalea/src/bot.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/src/bot.rs b/azalea/src/bot.rs
index 8410f0b1..33293466 100644
--- a/azalea/src/bot.rs
+++ b/azalea/src/bot.rs
@@ -86,8 +86,8 @@ fn stop_jumping(mut query: Query<(&mut Jumping, &mut Bot)>) {
}
}
-/// A trait that adds a few additional functions to [`Client`] that help with
-/// making bots.
+/// A trait that adds a few additional functions to
+/// [`Client`](azalea_client::Client) that help with making bots.
pub trait BotClientExt {
/// Queue a jump for the next tick.
fn jump(&self);