diff options
Diffstat (limited to 'azalea-client/src/entity_query.rs')
| -rw-r--r-- | azalea-client/src/entity_query.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/entity_query.rs b/azalea-client/src/entity_query.rs index 484da6f8..42b7b0ca 100644 --- a/azalea-client/src/entity_query.rs +++ b/azalea-client/src/entity_query.rs @@ -56,6 +56,8 @@ impl Client { /// } /// # } /// ``` + /// + /// [`Entity`]: bevy_ecs::entity::Entity pub fn entity_by<F: ReadOnlyWorldQuery, Q: ReadOnlyWorldQuery>( &mut self, predicate: impl EntityPredicate<Q, F>, |
