====== cDropperEntity ======
This class represents a dropper block entity in the world. Most of this block entity's functionality is implemented in the [[cDropSpenserEntity|cDropSpenserEntity]] class that represents the behavior common with the [[cDispenserEntity|dispenser]] entity.

An object of this class can be created from scratch when generating chunks ([[API:Plugin:OnChunkGenerated|OnChunkGenerated]] and [[API:Plugin:OnChunkGenerating|OnChunkGenerating]] hooks). 

===== Ancestors =====
This class inherits from the following classes:
  * [[cBlockEntity|cBlockEntity]]
  * [[cBlockEntityWithItems|cBlockEntityWithItems]]
  * [[cDropSpenserEntity|cDropSpenserEntity]]

===== Functions =====
In addition to all the functions in [[cBlockEntity|cBlockEntity]], [[cBlockEntityWithItems|cBlockEntitiesWithItems]] and [[cDropSpenserEntity|cDropSpenserEntity]], the following functions are available:
^ Function ^ Parameters ^ Returns ^ Notes ^
| () | BlockX, BlockY, BlockZ | cDropperEntity | Creates a new cDropperEntity at the specified coords |