Examples of RadioTowerLot


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

          platmap.setLot(x, z, new MineEntranceLot(platmap, platmap.originX + x, platmap.originZ + z));
        break;
      case HIGHLAND:
        // Radio towers
        if (generator.settings.includeBuildings)
          platmap.setLot(x, z, new RadioTowerLot(platmap, platmap.originX + x, platmap.originZ + z));
        break;
      case PEAK:
        // Old castle
        if (generator.settings.includeBuildings)
          platmap.setLot(x, z, new OldCastleLot(platmap, platmap.originX + x, platmap.originZ + z));
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.