From 0691373310676768ef5268daef0e03b583c2cbe9 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 2 Oct 2023 20:59:51 -0500 Subject: cleanup --- azalea-block/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-block/src') diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs index ef0041f1..f95a4f2f 100755 --- a/azalea-block/src/lib.rs +++ b/azalea-block/src/lib.rs @@ -53,6 +53,7 @@ impl BlockState { state_id <= Self::max_state() } + #[inline] pub fn is_air(&self) -> bool { self == &Self::AIR } -- cgit v1.2.3