diff options
| author | mat <git@matdoes.dev> | 2024-12-27 05:43:35 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-27 05:43:35 +0000 |
| commit | 3c3952bb0b255a4e03537fbfe3b53634a64c6a7b (patch) | |
| tree | 85e38de84373d3f83d43ebacf7f754d14f393ceb /azalea-core/src/direction.rs | |
| parent | 33e1a1326a462263aa578b5095c3c37160345c77 (diff) | |
| download | azalea-drasl-3c3952bb0b255a4e03537fbfe3b53634a64c6a7b.tar.xz | |
resolve some todos in az-core
Diffstat (limited to 'azalea-core/src/direction.rs')
| -rwxr-xr-x | azalea-core/src/direction.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea-core/src/direction.rs b/azalea-core/src/direction.rs index 0cca7aaf..6ff55615 100755 --- a/azalea-core/src/direction.rs +++ b/azalea-core/src/direction.rs @@ -62,7 +62,10 @@ impl Direction { } } -// TODO: make azalea_block use this instead of FacingCardinal +/// The four cardinal directions. +/// +/// Note that azalea_block has a similar enum named `FacingCardinal` that is +/// used for block states. #[derive(Clone, Copy, Debug, AzBuf, PartialEq, Eq, Hash)] #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] pub enum CardinalDirection { |
