batchPlaceInGrid

abstract fun batchPlaceInGrid(    gridId: String,     color: Vec3F? = null,     blockPlacementConfigs: List<BlockLocation>): List<BlockId>