currPiece = nextPiece;
nextPiece = new Piece();
drawNextPiece();
currRow = DEFAULT_START_ROW;
currCol = DEFAULT_START_COL;
cycle = new Cycle(getCountDownTick());
matrix.setPiece(currRow, currCol, currPiece);
needRedrawNextPiece = true;
needRedraw = true;
}