@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.item.inventory.container
-
Interface Summary Interface Description ClickContainerEvent A click interaction in an open container.ClickContainerEvent.Creative An interaction with a creative inventory.ClickContainerEvent.Creative.Drop A click in a creative inventory causing an item to drop.ClickContainerEvent.Creative.Set A click in a creative inventory setting a slot.ClickContainerEvent.Double A double-click with the primary mouse buttonClickContainerEvent.Drag A completed drag Interaction.ClickContainerEvent.Drag.Middle A completed drag Interaction cloning the cursor stack on each slot.ClickContainerEvent.Drag.Primary A completed drag Interaction distributing the cursor stack evenly among the slots.ClickContainerEvent.Drag.Secondary A completed drag Interaction distributing a single item from the cursor stack on each slot.ClickContainerEvent.Drop An interaction resulting in dropping an item.ClickContainerEvent.Drop.Full An interaction dropping an entire stack.ClickContainerEvent.Drop.Outside A click outside of the inventory resulting in dropping the item on cursor.ClickContainerEvent.Drop.Outside.Primary A click with the primary mouse button dropping the entire stack on the cursor.ClickContainerEvent.Drop.Outside.Secondary A click with the secondary mouse button dropping a single item from the cursor.ClickContainerEvent.Drop.Single An interaction dropping a single item.ClickContainerEvent.Middle A click with the middle mouse button.ClickContainerEvent.NumberPress A number press swapping the hotbar slot with the slot the mouse hovers over.ClickContainerEvent.Primary A click with the primary mouse button.ClickContainerEvent.Recipe Fires when the client requests a recipe to be crafted.ClickContainerEvent.Recipe.All Fires when the client requests a recipe to be crafted as much as possible.ClickContainerEvent.Recipe.Single Fires when the Client requests a recipe to be crafted once.ClickContainerEvent.Secondary A click with the secondary mouse button.ClickContainerEvent.SelectTrade Fies when the client requests to select a trade from aTrader
ClickContainerEvent.Shift A click with theshift
modifier activeClickContainerEvent.Shift.Primary A click with the primary mouse button and theshift
modifier activeClickContainerEvent.Shift.Secondary A click with the secondary mouse button and theshift
modifier activeInteractContainerEvent An interaction with a openContainer
.InteractContainerEvent.Close The target container was closed.InteractContainerEvent.Open The target container was opened.