diff options
Diffstat (limited to 'azalea-entity/src/lib.rs')
| -rw-r--r-- | azalea-entity/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index fa4feffb..aacc3f54 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -424,6 +424,10 @@ pub struct PlayerAbilities { /// The type of fluid that is at an entity's eye position, while also accounting /// for fluid height. +/// +/// This is only updated for [`AbstractLiving`] entities. +/// +/// [`AbstractLiving`]: metadata::AbstractLiving #[cfg_attr(feature = "bevy_ecs", derive(bevy_ecs::component::Component))] #[derive(Clone, Copy, Debug, Deref, DerefMut, PartialEq)] pub struct FluidOnEyes(FluidKind); |
