diff options
| author | mat <git@matdoes.dev> | 2023-10-02 20:59:51 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-02 20:59:51 -0500 |
| commit | 0691373310676768ef5268daef0e03b583c2cbe9 (patch) | |
| tree | c8c3de4fb80dc07aee1555f993f537030f1be813 /azalea-block/src | |
| parent | 985327241d341caf2ce357955cb46657cfa303cb (diff) | |
| download | azalea-drasl-0691373310676768ef5268daef0e03b583c2cbe9.tar.xz | |
cleanup
Diffstat (limited to 'azalea-block/src')
| -rwxr-xr-x | azalea-block/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
