@minecraft
    Preparing search index...

    Class MinimapManager

    Manage minimap instances within the editor, providing functionality to create, destroy, and retrieve minimap displays.

    Index

    Methods

    • World mutation

      Parameters

      • minimapId: string

      Returns void

      Remove an existing minimap instance from the manager using its unique identifier.

      This function can throw errors.

    • World mutation

      Returns string[]

      Retrieve a list of all active minimap identifiers currently managed by the system.

      This function can throw errors.