importcom.badlogic.gdx.math.MathUtils;//导入方法依赖的package包/类publicWorldGenerator(intgen_seed,intnum_biomes,intmap_width){ biome_list =newArrayList<>(); max_heights =newHashMap<>(); biome_locations =newHashMap<>();/* separation of different biomes */Voronoi biomes =newVoronoi(); biome...