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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.maps.generators.PlanetGenerator
allowAcceleratorLanding, allowLanding, beforeSaveWrite, generateSector, genTile, getLockedIcon, getLockedText, getSectorSize, getSizeScl, noise, onSectorCaptured, onSectorLost
Methods 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, wallOre
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mindustry.graphics.g3d.HexMesher
getColor, getEmissiveColor, getHeight, isEmissive, skip
Methods inherited from interface mindustry.maps.generators.WorldGenerator
postGenerate
-
Constructor Details
-
BlankPlanetGenerator
public BlankPlanetGenerator()
-
-
Method Details
-
addWeather
- Overrides:
addWeather
in classPlanetGenerator
-
generate
- Overrides:
generate
in classPlanetGenerator
-