Examples of BunkerLot


Examples of me.daddychurchill.CityWorld.Plats.Nature.BunkerLot

    populateSpecial(generator, platmap, minHeightX, minHeight, minHeightZ, minState);
  }
 
  protected PlatLot createBuriedBuildingLot(WorldGenerator generator, PlatMap platmap, int x, int z, boolean firstOne) {
    if (generator.settings.includeBunkers)
      return new BunkerLot(platmap, x, z, firstOne);
    return null;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.