Delegate OnChunkPeekedDelegate
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
public delegate void OnChunkPeekedDelegate(Dictionary<Vec2i, IServerChunk[]> columnsByChunkCoordinate)
Parameters
columnsByChunkCoordinate
Dictionary<Vec2i, IServerChunk[]>
- Extension Methods