So I'm new to these forums, and I was going to do an introduction first, but than I ran over something that really confused me, and I want to know more about it. So I was reading through some decompiled Minecraft code, and I came across this:
if (!(new WorldGenDungeons()).generate(worldObj, rand, k2, k3, i4));
So as I see it, generate returns whether or not a dungeon has successfully made. So what is the purpose of this statement? If it helps, this is at the end of a for loop that runs 8 times.