Package me.daddychurchill.CityWorld.Plats

Examples of me.daddychurchill.CityWorld.Plats.RoadLot


    if (oldLot != null)
      result = oldLot.repaveLot(generator, platmap);
   
    // if not then lets do return the standard one
    if (result == null)
      result = new RoadLot(platmap, platmap.originX + x, platmap.originZ + z, generator.connectedKeyForPavedRoads, roundaboutPart);
   
    // ok... we are done
    return result;
  }
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Plats.RoadLot

Copyright © 2018 www.massapicom. 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.