Interface ClickContainerEvent.Drag
-
- All Superinterfaces:
AffectItemStackEvent
,AffectSlotEvent
,Cancellable
,ChangeInventoryEvent
,ClickContainerEvent
,Event
,InteractContainerEvent
- All Known Subinterfaces:
ClickContainerEvent.Drag.Middle
,ClickContainerEvent.Drag.Primary
,ClickContainerEvent.Drag.Secondary
- Enclosing interface:
- ClickContainerEvent
public static interface ClickContainerEvent.Drag extends ClickContainerEvent
A completed drag Interaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ClickContainerEvent.Drag.Middle
A completed drag Interaction cloning the cursor stack on each slot.static interface
ClickContainerEvent.Drag.Primary
A completed drag Interaction distributing the cursor stack evenly among the slots.static interface
ClickContainerEvent.Drag.Secondary
A completed drag Interaction distributing a single item from the cursor stack on each slot.-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.ChangeInventoryEvent
ChangeInventoryEvent.Held, ChangeInventoryEvent.Pickup, ChangeInventoryEvent.SwapHand
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.container.ClickContainerEvent
ClickContainerEvent.Creative, ClickContainerEvent.Double, ClickContainerEvent.Drag, ClickContainerEvent.Drop, ClickContainerEvent.NumberPress, ClickContainerEvent.Recipe, ClickContainerEvent.SelectTrade, ClickContainerEvent.Shift
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.container.InteractContainerEvent
InteractContainerEvent.Close, InteractContainerEvent.Open
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.item.inventory.AffectSlotEvent
filter, transactions
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.item.inventory.container.ClickContainerEvent
inventory, slot
-
Methods inherited from interface org.spongepowered.api.event.item.inventory.container.InteractContainerEvent
container, cursorTransaction
-
-