Package me.daddychurchill.CityWorld.Factories

Examples of me.daddychurchill.CityWorld.Factories.OutsideNSWallFactory


    stairStyle = pickStairStyle();
    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

Related Classes of me.daddychurchill.CityWorld.Factories.OutsideNSWallFactory

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.