@minecraft/server
    Preparing search index...

    Class PlayerSpawnAfterEventSignalBeta

    Registers an event when a player is spawned (or re-spawned after death) and fully ready within the world.

    Index

    Methods

    • Beta

      Parameters

      Returns (arg0: PlayerSpawnAfterEvent) => void

      Registers a new event receiver for this particular type of event.

      This function can't be called in read-only mode.

      This function can be called in early-execution mode.

    • Beta

      Parameters

      Returns void

      De-registers an event receiver for the player spawn event.

      This function can't be called in read-only mode.

      This function can be called in early-execution mode.