diff options
Diffstat (limited to 'azalea-client/src')
| -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 |
