Class MapGeneratorContext
- Namespace
- WorldgenLib
- Assembly
- WorldgenLib.VintageStory.dll
Immutable factory information plus the current vanilla generator. A map-generator hook may return the current generator, wrap it, or replace it with a compatible generator.
public sealed class MapGeneratorContext
- Inheritance
-
MapGeneratorContext
- Inherited Members
Properties
ClimateNoise
public NoiseClimate? ClimateNoise { get; }
Property Value
- NoiseClimate
Landcover
public double Landcover { get; }
Property Value
LandformScale
public double LandformScale { get; }
Property Value
MapScale
public int MapScale { get; }
Property Value
OceanScale
public double OceanScale { get; }
Property Value
RequiredLand
public IReadOnlyList<XZ> RequiredLand { get; }
Property Value
- IReadOnlyList<XZ>
RequiresSpawnOffset
public bool RequiresSpawnOffset { get; }
Property Value
Seed
public long Seed { get; }
Property Value
ServerApi
public ICoreServerAPI ServerApi { get; }
Property Value
- ICoreServerAPI
Step
public MapGeneratorStep Step { get; }