diff options
| author | mat <git@matdoes.dev> | 2023-10-04 22:54:07 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-04 22:54:07 -0500 |
| commit | 074bb6198393e0ad87a2239f1c563bf41a1fbe59 (patch) | |
| tree | dbce0f6379f16674b9b3f4e5aa3bce170043532c /azalea-core/src | |
| parent | 9db542f342c40478af230fd65b0bcf8cc069b5be (diff) | |
| download | azalea-drasl-074bb6198393e0ad87a2239f1c563bf41a1fbe59.tar.xz | |
improve pathfinder heuristics
Diffstat (limited to 'azalea-core/src')
| -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 e1993b18..f6bc4157 100755 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -259,6 +259,7 @@ impl ChunkSectionPos { block >> 4 } } + /// The coordinates of a block inside a chunk. #[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] pub struct ChunkBlockPos { |
