public void drawLine(int x0, int y0, int x1, int y1, int blockId) {
   l.set(x0, y0, x1, y1);
   drawableMap.updateBlocks(l, blockId);
 }