From 7f4e3c583dd669561e8502822952fc9afe26e005 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 12 Aug 2025 11:00:11 -1000 Subject: add nearest_entity_by and improve some docs --- azalea-client/src/plugins/movement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins') diff --git a/azalea-client/src/plugins/movement.rs b/azalea-client/src/plugins/movement.rs index c27a67ce..675796f6 100644 --- a/azalea-client/src/plugins/movement.rs +++ b/azalea-client/src/plugins/movement.rs @@ -452,7 +452,7 @@ impl Client { } /// Start sprinting in the given direction. To stop moving, call - /// [`Client::walk(WalkDirection::None)`] + /// [`bot.walk(WalkDirection::None)`](Self::walk) /// /// # Examples /// -- cgit v1.2.3