Package mindustry.maps.generators
Class BlankPlanetGenerator
java.lang.Object
mindustry.maps.generators.BasicGenerator
mindustry.maps.generators.PlanetGenerator
mindustry.maps.generators.BlankPlanetGenerator
- All Implemented Interfaces:
HexMesher,WorldGenerator
- Direct Known Subclasses:
AsteroidGenerator
A planet generator that provides no weather, height, color or bases. Override generate().
-
Field Summary
Fields inherited from class mindustry.maps.generators.PlanetGenerator
baseSeed, sector, seed, tmpItems -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWeather(Sector sector, Rules rules) voidgenerate(Tiles tiles, Sector sec, WorldParams params) Methods inherited from class mindustry.maps.generators.PlanetGenerator
allowAcceleratorLanding, allowLanding, beforeSaveWrite, findLaunchCandidate, generateSector, genTile, getLockedIcon, getLockedText, getSectorSize, getSizeScl, noise, onSectorCaptured, onSectorLostMethods inherited from class mindustry.maps.generators.BasicGenerator
blend, brush, cells, cells, cliffs, decoration, distort, each, erase, generate, generate, inverseFloodFill, median, median, median, near, nearAir, nearWall, noise, noise, noise, ore, oreAround, ores, overlay, pass, pathfind, removeWall, scatter, tech, tech, terrain, trimDark, wallOreMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mindustry.graphics.g3d.HexMesher
getColor, getEmissiveColor, getHeight, isEmissive, skipMethods inherited from interface mindustry.maps.generators.WorldGenerator
postGenerate
-
Constructor Details
-
BlankPlanetGenerator
public BlankPlanetGenerator()
-
-
Method Details
-
addWeather
- Overrides:
addWeatherin classPlanetGenerator
-
generate
- Overrides:
generatein classPlanetGenerator
-