aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-24 05:18:33 +0000
committermat <git@matdoes.dev>2024-12-24 05:18:33 +0000
commitde5a53ce08de5b9d77bce99dd9ecde3171ebd74e (patch)
tree02c84b356f8dc20ea882793001dd229adfa02121 /azalea-core
parent958848e8ed10c7b8a83c9faea1fac6eaac39b018 (diff)
downloadazalea-drasl-de5a53ce08de5b9d77bce99dd9ecde3171ebd74e.tar.xz
add additional pathfinder test and fix pathfinder failure
Diffstat (limited to 'azalea-core')
-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))]