aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-11-15 20:45:03 +0000
committerUbuntu <github@matdoes.dev>2022-11-15 20:45:03 +0000
commitb9da6f74756abb8daf7253765fdc5f5521381090 (patch)
tree336ae3c18abf87bf036327421e3736f3393fcb53
parent709c5dbc19ffb8c47e001b1d5c14846ee69e7988 (diff)
downloadazalea-drasl-b9da6f74756abb8daf7253765fdc5f5521381090.tar.xz
rephrase that
-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()
}