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.
  • Method Details

    • droppedStack

      ItemStackSnapshot droppedStack()
      Returns the stack to be dropped in creative mode.
      Returns:
      The stack to be dropped.