Examples of AstralNexusContext


Examples of me.daddychurchill.CityWorld.Context.Astral.AstralNexusContext

  protected void allocateContexts(WorldGenerator generator) {
    if (!contextInitialized) {
      natureContext = new AstralNatureContext(generator);
      roadContext = new AstralRoadContext(generator);
     
      nexusContext = new AstralNexusContext(generator); // the one at 0, 0
      baseContext = new AstralBaseContext(generator); // bunkers on pedestals
     
      brownMushroomsContext = new AstralMushroomContext(generator, MushroomStyle.BROWN); // brown ones
      redMushroomsContext = new AstralMushroomContext(generator, MushroomStyle.RED); // red ones
      mixedMushroomsContext = new AstralMushroomContext(generator, MushroomStyle.REDBROWN); // mix of brown and red ones
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.