Table of Contents

Interface IChunkProviderThread

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

Methods

GetBlockAccessor(bool)

Retrieve a customized interface to access blocks for generating chunks

IWorldGenBlockAccessor GetBlockAccessor(bool updateHeightmap)

Parameters

updateHeightmap bool

Whether or not SetBlock should update the heightmap

Returns

IWorldGenBlockAccessor