diff options
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/operations.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-inventory/src/operations.rs b/azalea-inventory/src/operations.rs index 90ad2403..f410c2c5 100644 --- a/azalea-inventory/src/operations.rs +++ b/azalea-inventory/src/operations.rs @@ -61,6 +61,8 @@ impl From<QuickMoveClick> for ClickOperation { #[derive(Debug, Clone)] pub struct SwapClick { pub source_slot: u16, + /// 0-8 for hotbar slots, 40 for offhand, everything else is treated as a + /// slot index. pub target_slot: u8, } |
