Add blocks to the list of blocks and returns this instance.
blocks
Children addAll(List<Block> blocks) { this._blocks.addAll(blocks); return this; }