Search Results for

    Show / Hide Table of Contents

    Class LevelEntityAddedEvent

    Dispatched when an Entity gets added to a OpenLevel

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

    Constructors

    | Improve this Doc View Source

    LevelEntityAddedEvent(OpenLevel, MiNET.Entities.Entity)

    Declaration
    public LevelEntityAddedEvent(OpenLevel world, MiNET.Entities.Entity entity)
    Parameters
    Type Name Description
    OpenLevel world

    The level the entity was added to

    MiNET.Entities.Entity entity

    The entity that has been added

    Properties

    | Improve this Doc View Source

    Entity

    The entity that got added

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