From 3c3952bb0b255a4e03537fbfe3b53634a64c6a7b Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 27 Dec 2024 05:43:35 +0000 Subject: resolve some todos in az-core --- azalea-core/src/direction.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azalea-core/src/direction.rs') 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 { -- cgit v1.2.3