Interface ClickContainerEvent.Creative.Drop
- All Superinterfaces:
- AffectEntityEvent,- AffectItemStackEvent,- AffectSlotEvent,- Cancellable,- ChangeInventoryEvent,- ClickContainerEvent,- ClickContainerEvent.Creative,- DropItemEvent,- DropItemEvent.Dispense,- Event,- InteractContainerEvent,- SpawnEntityEvent
- Enclosing interface:
- ClickContainerEvent.Creative
public static interface ClickContainerEvent.Creative.Drop
extends ClickContainerEvent.Creative, DropItemEvent.Dispense
A click in a creative inventory causing an item to drop.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.ChangeInventoryEventChangeInventoryEvent.Held, ChangeInventoryEvent.Pickup, ChangeInventoryEvent.SwapHandNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.container.ClickContainerEventClickContainerEvent.Creative, ClickContainerEvent.Double, ClickContainerEvent.Drag, ClickContainerEvent.Middle, ClickContainerEvent.NumberPress, ClickContainerEvent.Primary, ClickContainerEvent.Recipe, ClickContainerEvent.Secondary, ClickContainerEvent.SelectTrade, ClickContainerEvent.ShiftNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.container.ClickContainerEvent.CreativeClickContainerEvent.Creative.Drop, ClickContainerEvent.Creative.SetNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.DropItemEventDropItemEvent.Close, DropItemEvent.Custom, DropItemEvent.Destruct, DropItemEvent.Dispense, DropItemEvent.PreNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.container.InteractContainerEventInteractContainerEvent.Close, InteractContainerEvent.OpenNested classes/interfaces inherited from interface org.spongepowered.api.event.entity.SpawnEntityEventSpawnEntityEvent.Custom, SpawnEntityEvent.Pre
- 
Method SummaryModifier and TypeMethodDescriptionReturns the stack to be dropped in creative mode.Methods inherited from interface org.spongepowered.api.event.entity.AffectEntityEvententities, entitySnapshots, filterEntities, filterEntityLocationsMethods inherited from interface org.spongepowered.api.event.item.inventory.AffectSlotEventfilter, transactionsMethods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelledMethods inherited from interface org.spongepowered.api.event.item.inventory.container.ClickContainerEventinventory, slotMethods inherited from interface org.spongepowered.api.event.item.inventory.container.InteractContainerEventcontainer, cursorTransaction
- 
Method Details- 
droppedStackItemStackSnapshot droppedStack()Returns the stack to be dropped in creative mode.- Returns:
- The stack to be dropped.
 
 
-