Search Results for

    Show / Hide Table of Contents

    Class EntityKilledEvent

    Dispatched when an entity got killed.

    Inheritance
    System.Object
    Event
    EntityEvent
    EntityKilledEvent
    Inherited Members
    EntityEvent.Entity
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Entity
    Assembly: OpenAPI.dll
    Syntax
    public class EntityKilledEvent : EntityEvent

    Constructors

    | Improve this Doc View Source

    EntityKilledEvent(MiNET.Entities.Entity)

    Declaration
    public EntityKilledEvent(MiNET.Entities.Entity entity)
    Parameters
    Type Name Description
    MiNET.Entities.Entity entity

    The entity that got killed.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX