From 74831abbe4f9d2a2eabbfe0a3a44874d9f49135b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 15 Aug 2024 01:26:59 +0000 Subject: modify some docs --- azalea-client/src/mining.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-client/src/mining.rs') diff --git a/azalea-client/src/mining.rs b/azalea-client/src/mining.rs index 753b00e7..bda14db0 100644 --- a/azalea-client/src/mining.rs +++ b/azalea-client/src/mining.rs @@ -86,6 +86,9 @@ impl Client { } } +/// A component that simulates the client holding down left click to mine the +/// block that it's facing, but this only interacts with blocks and not +/// entities. #[derive(Component)] pub struct LeftClickMine; -- cgit v1.2.3