Class ChunkGeneratedEvent
Dispatched when a new chunk was generated
Namespace: OpenAPI.Events.Level
Assembly: OpenAPI.dll
Syntax
public class ChunkGeneratedEvent : ChunkEvent
Constructors
| Improve this Doc View SourceChunkGeneratedEvent(ChunkCoordinates, ChunkColumn, OpenLevel)
Declaration
public ChunkGeneratedEvent(ChunkCoordinates coordinates, ChunkColumn chunk, OpenLevel level)
Parameters
| Type | Name | Description |
|---|---|---|
| ChunkCoordinates | coordinates | The coordinates of the new chunk |
| ChunkColumn | chunk | An instance of the affected chunk |
| OpenLevel | level | The level the chunk was generated in |
Properties
| Improve this Doc View SourceCoordinates
The coordinates of the chunk that got generated
Declaration
public ChunkCoordinates Coordinates { get; }
Property Value
| Type | Description |
|---|---|
| ChunkCoordinates |