diff options
| author | mat <git@matdoes.dev> | 2025-08-12 11:00:11 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-12 11:00:11 -1000 |
| commit | 7f4e3c583dd669561e8502822952fc9afe26e005 (patch) | |
| tree | 831fbcb717493858c31ad58796e01494da276d76 /azalea-inventory/src/operations.rs | |
| parent | c36c3c0ed02b3727ba61b45a6a7febf1a008a7dc (diff) | |
| download | azalea-drasl-7f4e3c583dd669561e8502822952fc9afe26e005.tar.xz | |
add nearest_entity_by and improve some docs
Diffstat (limited to 'azalea-inventory/src/operations.rs')
| -rw-r--r-- | azalea-inventory/src/operations.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-inventory/src/operations.rs b/azalea-inventory/src/operations.rs index e7668ab5..60bf9e64 100644 --- a/azalea-inventory/src/operations.rs +++ b/azalea-inventory/src/operations.rs @@ -13,6 +13,7 @@ use crate::{ StonecutterMenuLocation, item::MaxStackSizeExt, }; +/// A type of click in a Minecraft inventory. #[derive(Debug, Clone)] pub enum ClickOperation { Pickup(PickupClick), |
