aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/position.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/src/position.rs')
-rwxr-xr-xazalea-core/src/position.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs
index 14ecfcc1..be06e825 100755
--- a/azalea-core/src/position.rs
+++ b/azalea-core/src/position.rs
@@ -212,6 +212,7 @@ macro_rules! vec3_impl {
}
/// Used to represent an exact position in the world where an entity could be.
+///
/// For blocks, [`BlockPos`] is used instead.
#[derive(Clone, Copy, Debug, Default, PartialEq, AzBuf)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]