@minecraft/server-editor
    Preparing search index...

    Class SelectionManagerBeta

    The SelectionManager (accessible from the ExtensionContext) is responsible for the management of all @minecraft/server-editor.Selection objects, and provides the user the ability to create new @minecraft/server-editor.Selection objects for use within an extension.

    Index

    Properties

    Methods

    • Beta

      Parameters

      • blockIdentifier: string

      Returns Promise<number>

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

    • Beta

      Parameters

      • fromBlockIdentifier: string
      • toBlockIdentifier: string

      Returns Promise<number>

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