diff options
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 0a8c1eaf..840d373d 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -737,6 +737,8 @@ impl Client { /// The player's instance (aka world) will be locked during this time, which /// may result in a deadlock if you try to access the instance again while /// in the function. + /// + /// [`RegistryHolder`]: azalea_core::registry_holder::RegistryHolder pub fn with_registry_holder<R>( &self, f: impl FnOnce(&azalea_core::registry_holder::RegistryHolder) -> R, |
