Table of Contents

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

double

LandformScale

public double LandformScale { get; }

Property Value

double

MapScale

public int MapScale { get; }

Property Value

int

OceanScale

public double OceanScale { get; }

Property Value

double

RequiredLand

public IReadOnlyList<XZ> RequiredLand { get; }

Property Value

IReadOnlyList<XZ>

RequiresSpawnOffset

public bool RequiresSpawnOffset { get; }

Property Value

bool

Seed

public long Seed { get; }

Property Value

long

ServerApi

public ICoreServerAPI ServerApi { get; }

Property Value

ICoreServerAPI

Step

public MapGeneratorStep Step { get; }

Property Value

MapGeneratorStep