Search Results for

    Show / Hide Table of Contents

    Class ChunkGeneratedEvent

    Dispatched when a new chunk was generated

    Inheritance
    System.Object
    Event
    LevelEvent
    ChunkEvent
    ChunkGeneratedEvent
    Inherited Members
    ChunkEvent.Chunk
    LevelEvent.Level
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Level
    Assembly: OpenAPI.dll
    Syntax
    public class ChunkGeneratedEvent : ChunkEvent

    Constructors

    | Improve this Doc View Source

    ChunkGeneratedEvent(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 Source

    Coordinates

    The coordinates of the chunk that got generated

    Declaration
    public ChunkCoordinates Coordinates { get; }
    Property Value
    Type Description
    ChunkCoordinates
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX