From e1d3b902ba08170e4ee82c53f216445f57fbc47e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 10 May 2025 06:22:08 +0330 Subject: add StartUseItemEvent and improve code related to interactions --- azalea-physics/src/collision/shape.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-physics/src/collision') diff --git a/azalea-physics/src/collision/shape.rs b/azalea-physics/src/collision/shape.rs index fc5615c3..e27e4c2a 100644 --- a/azalea-physics/src/collision/shape.rs +++ b/azalea-physics/src/collision/shape.rs @@ -1,8 +1,8 @@ use std::{cmp, num::NonZeroU32, sync::LazyLock}; use azalea_core::{ - block_hit_result::BlockHitResult, direction::{Axis, AxisCycle, Direction}, + hit_result::BlockHitResult, math::{EPSILON, binary_search}, position::{BlockPos, Vec3}, }; -- cgit v1.2.3