SerenityJS
    Preparing search index...

    Class EntityDespawnedSignal

    Signal emitted when an entity despawns.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dimension: Dimension

    The dimension the entity despawned in.

    entity: Entity

    The entity that despawned.

    hasDied: boolean

    If the entity is despawning due to death.

    identifier: WorldEvent = ...

    The identifier of the signal.

    world: World

    The world instance the signal was emitted in.

    identifier: EntityDespawned = WorldEvent.EntityDespawned

    The identifier of the signal.

    Methods