SerenityJS
    Preparing search index...

    Interface EntitySpawnOptions

    interface EntitySpawnOptions {
        changedDimensions: boolean;
        dimension: Dimension;
        initialSpawn: boolean;
    }
    Index

    Properties

    changedDimensions: boolean

    Whether the entity is spawning due to a dimension change.

    dimension: Dimension

    The dimension the entity is spawning in.

    initialSpawn: boolean

    Whether the entity is spawning for the first time.