__construct() public method

public __construct ( Level $level )
$level pocketmine\level\Level
 public function __construct(Level $level, $to = false)
 {
     parent::__construct($level);
     $this->to = $to;
 }