{"body":"private def getTallestHeightInArea(world: World, startXZ: V3O, size: Int): V3O = {\n\t\tnew V3O(\n\t\t\t(for { x <- startXZ.x_i() to startXZ.x_i() + size\n\t\t\t       z <- startXZ.z_i() to startXZ.z_i() + size}\n\t\t\t\tyield world.getTopSolidOrLiquidBlock(new BlockPos(x, 0, z))).max\n\t\t)\n\t}","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/5jj6mgqE","modified":1451867836,"id":"5jj6mgqE","size":276,"lines":7,"own_paste":false,"theme":"","date":1451867836}