Package mindustry.maps.generators
Interface WorldGenerator
- All Known Implementing Classes:
AsteroidGenerator
,BasicGenerator
,BlankPlanetGenerator
,ErekirPlanetGenerator
,FileMapGenerator
,PlanetGenerator
,SerpuloPlanetGenerator
,TantrosPlanetGenerator
public interface WorldGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
default void
postGenerate
(Tiles tiles) Do not modify tiles here.
-
Method Details
-
generate
-
postGenerate
Do not modify tiles here. This is only for specialized configuration.
-