Table of Contents

Delegate ChunkColumnUnloadDelegate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Triggered just before a chunk column gets unloaded

public delegate void ChunkColumnUnloadDelegate(Vec3i chunkCoord)

Parameters

chunkCoord Vec3i

chunkX and chunkZ of the column (multiply with chunksize to get position). The Y component is zero