diff options
| author | mat <git@matdoes.dev> | 2023-10-02 22:24:06 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-02 22:24:06 -0500 |
| commit | e847f46c0b1eb27649528fa3d06a3e12b48cc734 (patch) | |
| tree | 44dfbaf43ec91cc924d7ecb79709a91352de0702 /azalea-client/src/movement.rs | |
| parent | 0691373310676768ef5268daef0e03b583c2cbe9 (diff) | |
| download | azalea-drasl-e847f46c0b1eb27649528fa3d06a3e12b48cc734.tar.xz | |
fix broken doc link
Diffstat (limited to 'azalea-client/src/movement.rs')
| -rw-r--r-- | azalea-client/src/movement.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index 67588794..28628115 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -100,7 +100,9 @@ pub struct LastSentLookDirection { } /// Component for entities that can move and sprint. Usually only in -/// [`LocalPlayer`] entities. +/// [`LocalEntity`]s. +/// +/// [`LocalEntity`]: azalea_entity::LocalEntity #[derive(Default, Component, Clone)] pub struct PhysicsState { /// Minecraft only sends a movement packet either after 20 ticks or if the |
