Interface IChunkColumnGenerateRequest
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
public interface IChunkColumnGenerateRequest
- Extension Methods
-
Properties
ChunkGenParams
ITreeAttribute ChunkGenParams { get; }
Property Value
- ITreeAttribute
ChunkX
Property Value
- int
ChunkZ
Property Value
- int
Chunks
IServerChunk[] Chunks { get; }
Property Value
- IServerChunk[]
NeighbourTerrainHeight
ushort[][] NeighbourTerrainHeight { get; }
Property Value
- ushort[][]
RequiresChunkBorderSmoothing
bool RequiresChunkBorderSmoothing { get; }
Property Value
- bool