Interface DropItemEvent
-
- All Superinterfaces:
Cancellable
,Event
- All Known Subinterfaces:
ChangeInventoryEvent.Drop
,ChangeInventoryEvent.Drop.Full
,ChangeInventoryEvent.Drop.Single
,ClickContainerEvent.Creative.Drop
,ClickContainerEvent.Drop
,ClickContainerEvent.Drop.Full
,ClickContainerEvent.Drop.Outside
,ClickContainerEvent.Drop.Outside.Primary
,ClickContainerEvent.Drop.Outside.Secondary
,ClickContainerEvent.Drop.Single
,DropItemEvent.Close
,DropItemEvent.Custom
,DropItemEvent.Destruct
,DropItemEvent.Dispense
,DropItemEvent.Pre
public interface DropItemEvent extends Event, Cancellable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DropItemEvent.Close
static interface
DropItemEvent.Custom
Called whenever anItem
is dropped from another source.static interface
DropItemEvent.Destruct
static interface
DropItemEvent.Dispense
static interface
DropItemEvent.Pre
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-