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.
|
SaveChunkEvent |
Called when a
Chunk is performing a save. |
SaveChunkEvent.Post |
Called after the
Chunk is saved. |
SaveChunkEvent.Pre |
Called before the
Chunk is saved. |
TargetChunkEvent |
Base event for anything targeting a
Chunk . |
UnforcedChunkEvent | |
UnloadChunkEvent |
An event where a
Chunk is being unloaded. |