Examples of CurvedWallFactory


Examples of me.daddychurchill.CityWorld.Factories.CurvedWallFactory

    stairDirection = pickStairDirection();
    interiorStyle = pickInteriorStyle();
    columnMaterial = Material.COBBLE_WALL;
    wallsWE = new OutsideWEWallFactory(chunkOdds, platmap.generator.settings.includeDecayedBuildings);
    wallsNS = new OutsideNSWallFactory(wallsWE);
    wallsCurved = new CurvedWallFactory(wallsWE);
    wallsInterior = new InteriorWallFactory(chunkOdds, platmap.generator.settings.includeDecayedBuildings);
    forceNarrowInteriorMode = chunkOdds.playOdds(context.oddsOfForcedNarrowInteriorMode);
    differentInteriorModes = context.oddsOfDifferentInteriorModes;
  }
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.