Table of Contents

Interface IChunkColumnGenerateRequest

Namespace
Vintagestory.API.Server
Assembly
VintagestoryAPI.dll
public interface IChunkColumnGenerateRequest

Properties

ChunkGenParams

ITreeAttribute ChunkGenParams { get; }

Property Value

ITreeAttribute

ChunkX

int ChunkX { get; }

Property Value

int

ChunkZ

int ChunkZ { get; }

Property Value

int

Chunks

IServerChunk[] Chunks { get; }

Property Value

IServerChunk[]

NeighbourTerrainHeight

ushort[][] NeighbourTerrainHeight { get; }

Property Value

ushort[][]

RequiresChunkBorderSmoothing

bool RequiresChunkBorderSmoothing { get; }

Property Value

bool