*/ class EntityDespawnEvent extends EntityEvent{ public function __construct(Entity $entity){ $this->entity = $entity; } }