Search Results for

    Show / Hide Table of Contents

    Class LevelEntityRemovedEvent

    Dispatched when an entity gets removed from an OpenLevel

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

    Constructors

    | Improve this Doc View Source

    LevelEntityRemovedEvent(OpenLevel, MiNET.Entities.Entity)

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

    Properties

    | Improve this Doc View Source

    Entity

    The entity that got removed

    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