diff options
| author | mat <git@matdoes.dev> | 2025-08-15 00:50:42 -0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-15 07:20:52 +0300 |
| commit | 980f41be2283857eecf113aa75f187fed35f4270 (patch) | |
| tree | 9add2135c110a921998932b43ac4b0b2c0d6409f /azalea-physics | |
| parent | 6758d58109925fbe59bb5693296b995697faaf3a (diff) | |
| download | azalea-drasl-980f41be2283857eecf113aa75f187fed35f4270.tar.xz | |
add PathfinderOpts and clean up some pathfinder code
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/src/local_player.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
