From 268c62587e090c72b67a29e1cc42cda6c9d7340b Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 18 Jan 2026 09:50:45 -1245 Subject: add simulation-based pathfinder execution engine --- azalea-entity/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index 87e249c1..fab973b1 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -182,7 +182,7 @@ impl LookDirection { pub fn update(&mut self, new: LookDirection) { self.update_with_sensitivity(new, 1.); } - /// Update the `y_rot` to the given value, in degrees. + /// Update the `y_rot` (yaw) to the given value, in degrees. /// /// This is a shortcut for [`Self::update`] while keeping the `x_rot` the /// same. @@ -192,7 +192,7 @@ impl LookDirection { x_rot: self.x_rot, }); } - /// Update the `x_rot` to the given value, in degrees. + /// Update the `x_rot` (pitch) to the given value, in degrees. /// /// This is a shortcut for [`Self::update`] while keeping the `y_rot` the /// same. -- cgit v1.2.3