From f3a5e91a8ccbcd03a239aa3565dbfddabb26fa76 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 Jun 2025 09:52:30 +0930 Subject: fix issues when pathfinding to non-full blocks and add Client::view_inventory --- azalea-client/src/plugins/inventory.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-client/src/plugins/inventory.rs') diff --git a/azalea-client/src/plugins/inventory.rs b/azalea-client/src/plugins/inventory.rs index 23651db3..a7e45ffb 100644 --- a/azalea-client/src/plugins/inventory.rs +++ b/azalea-client/src/plugins/inventory.rs @@ -95,8 +95,7 @@ impl Client { /// A component present on all local players that have an inventory. #[derive(Component, Debug, Clone)] pub struct Inventory { - /// A component that contains the player's inventory menu. This is - /// guaranteed to be a `Menu::Player`. + /// The player's inventory menu. This is guaranteed to be a `Menu::Player`. /// /// We keep it as a [`Menu`] since `Menu` has some useful functions that /// bare [`azalea_inventory::Player`] doesn't have. -- cgit v1.2.3