isShiftClick

Helper property to determine if the click was a shift-click, which is a common modifier in inventory interactions that can indicate different behavior (e.g., moving items between inventories). This is determined by checking the ClickType of the interaction and can be used to handle shift-click interactions differently from regular clicks.