Package mindustry.maps.planet
Class AsteroidGenerator
java.lang.Object
mindustry.maps.generators.BasicGenerator
mindustry.maps.generators.PlanetGenerator
mindustry.maps.generators.BlankPlanetGenerator
mindustry.maps.planet.AsteroidGenerator
- All Implemented Interfaces:
HexMesher
,WorldGenerator
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
int
float
float
float
float
float
float
int
int
int
float
float
float
float
float
float
float
Fields inherited from class mindustry.maps.generators.PlanetGenerator
baseSeed, ints, sector
Fields inherited from class mindustry.maps.generators.BasicGenerator
block, defaultLoadout, floor, height, ints1, ints2, ore, tiles, width
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.maps.generators.BlankPlanetGenerator
addWeather, generate, generateSector, getColor, getHeight
Methods inherited from class mindustry.maps.generators.PlanetGenerator
allowLanding, genTile, getSizeScl, noise
Methods inherited from class mindustry.maps.generators.BasicGenerator
blend, brush, cells, cells, cliffs, decoration, distort, each, erase, 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.maps.generators.WorldGenerator
postGenerate
-
Field Details
-
min
public int min -
max
public int max -
octaves
public int octaves -
foct
public int foct -
radMin
public float radMin -
radMax
public float radMax -
persistence
public float persistence -
scale
public float scale -
mag
public float mag -
thresh
public float thresh -
fmag
public float fmag -
fscl
public float fscl -
fper
public float fper -
stoneChance
public float stoneChance -
iceChance
public float iceChance -
carbonChance
public float carbonChance -
berylChance
public float berylChance -
ferricChance
public float ferricChance -
thoriumScl
public float thoriumScl -
copperScale
public float copperScale -
leadScale
public float leadScale -
graphiteScale
public float graphiteScale -
berylliumScale
public float berylliumScale
-
-
Constructor Details
-
AsteroidGenerator
public AsteroidGenerator()
-
-
Method Details
-
generate
public void generate()- Overrides:
generate
in classBasicGenerator
-
getSectorSize
- Overrides:
getSectorSize
in classPlanetGenerator
-