Interface DropItemEvent.Pre

All Superinterfaces:
Cancellable, DropItemEvent, Event
Enclosing interface:
DropItemEvent

public static interface DropItemEvent.Pre extends DropItemEvent
Handles ItemStacks and may be called before an Item entity is actually constructed.

Note: This is not guaranteed to fire due to custom handling within a mod or plugin.

Canceling this event only prevents the items from being dropped. Inventories or blocks affected are not rolled back.