@Override
 public BlockWithMeta getBlockFromBlueprint(
     ChunkCoordinates piecePos,
     int cellSize,
     int cellHeight,
     CellIndexDirection cellIndexDirection,
     Random random,
     String buildingID) {
   return blueprint.getBlockFromBlueprint(
       piecePos, cellSize, cellHeight, random, cellIndexDirection);
 }