diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/movement.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
