aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-client/src/client.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index 2aef1709..296a967b 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -911,8 +911,8 @@ impl Client {
Ok(())
}
- /// Get the player metadata for ourselves. You can use this to get your
- /// health, xp score, and other useful information.
+ /// Get your player entity's metadata. You can use this to get your health,
+ /// xp score, and other useful information.
pub fn metadata(&self) -> metadata::Player {
self.entity().metadata.clone().into_player().unwrap()
}