@minecraft/server
    Preparing search index...

    Interface SpawnEntityOptions

    Contains additional options for spawning an Entity.

    interface SpawnEntityOptions {
        spawnEvent?: string;
    }
    Index

    Properties

    Properties

    spawnEvent?: string

    Optional spawn event to send to the entity after it is spawned.