Package mindustry.maps.generators
Class FileMapGenerator
java.lang.Object
mindustry.maps.generators.FileMapGenerator
- All Implemented Interfaces:
WorldGenerator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFileMapGenerator
(String mapName, SectorPreset preset) FileMapGenerator
(Map map, SectorPreset preset) FileMapGenerator
(SectorPreset preset) If you use this constructor, make sure to override generate()! -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mindustry.maps.generators.WorldGenerator
postGenerate
-
Field Details
-
map
-
preset
-
-
Constructor Details
-
FileMapGenerator
-
FileMapGenerator
-
FileMapGenerator
If you use this constructor, make sure to override generate()!
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceWorldGenerator
-