public static interface DropItemEvent.Dispense extends DropItemEvent, SpawnEntityEvent
Item
is dispensed from a type of
Inventory
such as a Player
or Container
.
This does not include cases where the holder is destroyed resulting in
dropped Item
s.
Canceling this event does not guarantee that the associated
inventory is rolled back when this event is cancelled. You might
want to listen to ClickInventoryEvent.Drop
.
DropItemEvent.Close, DropItemEvent.Custom, DropItemEvent.Destruct, DropItemEvent.Dispense, DropItemEvent.Pre
SpawnEntityEvent.ChunkLoad, SpawnEntityEvent.Custom, SpawnEntityEvent.Spawner
filterEntities, filterEntityLocations, getEntities, getEntitySnapshots
getCause, getContext, getSource
isCancelled, setCancelled