From f049eee0496083fe6347e2f4a4f7b8e4512883ee Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 21 Sep 2025 22:43:55 +0400 Subject: fix packet order for ServerboundSetCarriedItem --- azalea-client/src/plugins/interact/pick.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src/plugins/interact') diff --git a/azalea-client/src/plugins/interact/pick.rs b/azalea-client/src/plugins/interact/pick.rs index a0a75910..c32ac5c7 100644 --- a/azalea-client/src/plugins/interact/pick.rs +++ b/azalea-client/src/plugins/interact/pick.rs @@ -201,6 +201,8 @@ fn filter_hit_result(hit_result: HitResult, eye_position: Vec3, range: f64) -> H /// Get the block that a player would be looking at if their eyes were at the /// given direction and position. /// +/// This does not consider entities. +/// /// Also see [`pick`]. pub fn pick_block( look_direction: LookDirection, -- cgit v1.2.3