Package mindustry.maps.generators
Class FileMapGenerator
java.lang.Object
mindustry.maps.generators.FileMapGenerator
- All Implemented Interfaces:
WorldGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileMapGenerator(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, waitMethods 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:
generatein interfaceWorldGenerator
-