From 980f41be2283857eecf113aa75f187fed35f4270 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 15 Aug 2025 00:50:42 -0330 Subject: add PathfinderOpts and clean up some pathfinder code --- azalea-physics/src/local_player.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-physics/src') diff --git a/azalea-physics/src/local_player.rs b/azalea-physics/src/local_player.rs index 6ce196b6..f36e7ede 100644 --- a/azalea-physics/src/local_player.rs +++ b/azalea-physics/src/local_player.rs @@ -23,7 +23,8 @@ pub struct PhysicsState { /// how the nametags of other entities are displayed. /// /// To check whether we're actually sneaking, you can check the - /// [`Crouching`] or [`Pose`] components. + /// [`Crouching`](azalea_entity::Crouching) or [`Pose`](azalea_entity::Pose) + /// components. pub trying_to_crouch: bool, pub move_direction: WalkDirection, -- cgit v1.2.3