Package org.spout.api.generator

Examples of org.spout.api.generator.WorldGenerator


    for (World world : worlds) {

      // Keep spawn loaded
      WorldConfigurationNode worldConfig = VanillaConfiguration.WORLDS.get(world);
      final WorldGenerator generator = world.getGenerator();
      boolean newWorld = world.getAge() <= 0;

      if (worldConfig.LOADED_SPAWN.getBoolean() || newWorld) {

        final Point spawn;
View Full Code Here

TOP

Related Classes of org.spout.api.generator.WorldGenerator

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.