Class ChunkPeekOptions
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
public class ChunkPeekOptions
- Inheritance
-
ChunkPeekOptions
- Inherited Members
- Extension Methods
Fields
ChunkGenParams
Additional config to pass onto the world generators
public ITreeAttribute ChunkGenParams
Field Value
OnGenerated
Callback for when the chunks are ready and loaded
public OnChunkPeekedDelegate OnGenerated
Field Value
UntilPass
Until which world gen pass to generate the chunk (default: Done)
public EnumWorldGenPass UntilPass