@minecraft/server
    Preparing search index...

    Class InvalidEntityErrorBeta

    The error called when an entity is invalid. This can occur when accessing components on a removed entity.

    Hierarchy

    • Error
      • InvalidEntityError
    Index

    Properties

    id: string

    The id of the entity that is now invalid.

    This property can be read in early-execution mode.

    message: string
    name: string
    stack?: string
    type: string

    The type of the entity that is now invalid.

    This property can be read in early-execution mode.