diff options
| author | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-12 23:01:54 +0300 |
| commit | ee2575794e91b9457a74a95daf1dcc707058cd58 (patch) | |
| tree | df725850ef18ded5ce3f6552e17095d0f704ae84 /azalea-client/src/plugins/interact | |
| parent | 1a1402954b07cd77615d0afc026c73b008787f51 (diff) | |
| download | azalea-drasl-ee2575794e91b9457a74a95daf1dcc707058cd58.tar.xz | |
upgrade deps and clean up lots of doc comments
Diffstat (limited to 'azalea-client/src/plugins/interact')
| -rw-r--r-- | azalea-client/src/plugins/interact/mod.rs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/azalea-client/src/plugins/interact/mod.rs b/azalea-client/src/plugins/interact/mod.rs index 52862a38..09a8afc9 100644 --- a/azalea-client/src/plugins/interact/mod.rs +++ b/azalea-client/src/plugins/interact/mod.rs @@ -363,8 +363,9 @@ pub fn handle_start_use_item_queued( } } -/// Whether we can't interact with the block, based on your gamemode. If -/// this is false, then we can interact with the block. +/// Whether we can't interact with the block, based on your gamemode. +/// +/// If this is false, then we can interact with the block. /// /// Passing the inventory, block position, and instance is necessary for the /// adventure mode check. @@ -427,8 +428,10 @@ pub fn can_use_game_master_blocks( abilities.instant_break && **permission_level >= 2 } -/// Swing your arm. This is purely a visual effect and won't interact with -/// anything in the world. +/// Swing your arm. +/// +/// This is purely a visual effect and won't interact with anything in the +/// world. #[derive(EntityEvent, Clone, Debug)] pub struct SwingArmEvent { pub entity: Entity, |
