Table of Contents

Class ChunkLoadOptions

Namespace
Vintagestory.API.Server
Assembly
VintagestoryAPI.dll
public class ChunkLoadOptions
Inheritance
ChunkLoadOptions
Inherited Members

Fields

ChunkGenParams

Additional config to pass onto the world generators

public ITreeAttribute ChunkGenParams

Field Value

ITreeAttribute

KeepLoaded

If true, the chunk will never get unloaded unless UnloadChunkColumn() is called

public bool KeepLoaded

Field Value

bool

OnLoaded

Callback for when the chunks are ready and loaded

public Action OnLoaded

Field Value

Action