diff options
Diffstat (limited to 'azalea-core/src/position.rs')
| -rwxr-xr-x | azalea-core/src/position.rs | 1 |
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))] |
