Package org.bukkit.event.entity
Class ItemSpawnEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
org.bukkit.event.entity.EntitySpawnEvent
org.bukkit.event.entity.ItemSpawnEvent
- All Implemented Interfaces:
- Cancellable
public class ItemSpawnEvent extends EntitySpawnEvent
Called when an item is spawned into a world
- 
Nested Class Summary
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description ItemSpawnEvent(Item spawnee)ItemSpawnEvent(Item spawnee, Location loc)Deprecated.
- 
Method SummaryMethods inherited from class org.bukkit.event.entity.EntitySpawnEventgetHandlerList, getHandlers, getLocation, isCancelled, setCancelled
- 
Constructor Details- 
ItemSpawnEventDeprecated.
- 
ItemSpawnEvent
 
- 
- 
Method Details- 
getEntityDescription copied from class:EntityEventReturns the Entity involved in this event- Overrides:
- getEntityin class- EntityEvent
- Returns:
- Entity who is involved in this event
 
 
-