From af5134a0f9b980df00cc9c4b34f3c8964ee62fd7 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Sep 2023 15:42:59 -0500 Subject: pathfinder: don't spin while descending --- azalea-client/src/movement.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src') diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index 782e98ff..67588794 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -381,6 +381,8 @@ impl Client { /// An event sent when the client starts walking. This does not get sent for /// non-local entities. +/// +/// To stop walking or sprinting, send this event with `WalkDirection::None`. #[derive(Event, Debug)] pub struct StartWalkEvent { pub entity: Entity, -- cgit v1.2.3