Translations:Water and Lava/23/zh
for (int x = minX; x < maxX; ++x)
{ for (int y = minY; y < maxY; ++y) { for (int z = minZ; z < maxZ; ++z) { blockpos.mutate(x, y, z); IBlockState iblockstate = this.getBlockState(blockpos); Block block = iblockstate.getBlock();