public static interface DropItemEvent.Pre extends DropItemEvent
DropItemEvent.Close, DropItemEvent.Custom, DropItemEvent.Destruct, DropItemEvent.Dispense, DropItemEvent.Pre
Modifier and Type | Method and Description |
---|---|
List<ItemStackSnapshot> |
getDroppedItems()
Gets the mutable list of
ItemStackSnapshot s to be dropped. |
List<ItemStackSnapshot> |
getOriginalDroppedItems()
Gets the original immutable list of
ItemStackSnapshot s to be
dropped. |
getCause, getContext, getSource
isCancelled, setCancelled
List<ItemStackSnapshot> getOriginalDroppedItems()
ItemStackSnapshot
s to be
dropped.List<ItemStackSnapshot> getDroppedItems()
ItemStackSnapshot
s to be dropped.