| Interface | Description |
|---|---|
| ForcedChunkEvent | |
| LoadChunkEvent |
Base event for when a
Chunk is triggered to load. |
| PopulateChunkEvent | |
| PopulateChunkEvent.Populate |
Called when a populator is about to run against a chunk.
|
| PopulateChunkEvent.Post |
Called when a chunk finishes populating.
|
| PopulateChunkEvent.Pre |
Called before a chunk begins populating.
|
| TargetChunkEvent |
Base event for anything targeting a
Chunk. |
| UnforcedChunkEvent | |
| UnloadChunkEvent |
An event where a
Chunk is being unloaded. |