Examples of NullChunkGenerator


Examples of org.mctourney.autoreferee.util.NullChunkGenerator

    else return match.getScoreboard();
  }

  @Override
  public ChunkGenerator getDefaultWorldGenerator(String worldname, String id)
  { return new NullChunkGenerator(); }
View Full Code Here

Examples of org.mctourney.autoreferee.util.NullChunkGenerator

    // copy the files over and return the loaded world
    map.unpack(new File(world));
    return AutoReferee.getInstance().getServer().createWorld(
      WorldCreator.name(world).generateStructures(false)
        .generator(new NullChunkGenerator()));
  }
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.