Examples of SnowDunesRoadLot


Examples of me.daddychurchill.CityWorld.Plats.SnowDunes.SnowDunesRoadLot

  }
 
  @Override
  public PlatLot createRoadLot(WorldGenerator generator, PlatMap platmap,
      int x, int z, boolean roundaboutPart, PlatLot oldLot) {
    return new SnowDunesRoadLot(platmap, platmap.originX + x, platmap.originZ + z, generator.connectedKeyForPavedRoads, roundaboutPart);
  }
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.