Class ChunkEvent
The base class for any
Inheritance
System.Object
ChunkEvent
Namespace: OpenAPI.Events.Level
Assembly: OpenAPI.dll
Syntax
public class ChunkEvent : LevelEvent
Constructors
| Improve this Doc View SourceChunkEvent(ChunkColumn, OpenLevel)
Declaration
public ChunkEvent(ChunkColumn chunk, OpenLevel level)
Parameters
Type | Name | Description |
---|---|---|
ChunkColumn | chunk | |
OpenLevel | level |
Properties
| Improve this Doc View SourceChunk
The chunk the event occured in
Declaration
public ChunkColumn Chunk { get; }
Property Value
Type | Description |
---|---|
ChunkColumn |