@minecraft/debug-utilities
    Preparing search index...

    Class DiagnosticsViewBeta

    Represents a registered diagnostics view that can receive stat data to display in the live diagnostics panel in the debugger.

    Index

    Methods

    Methods

    • Beta

      Parameters

      • stats: DiagnosticsStat[]

        An array of DiagnosticsStat objects containing the stat names and values to display.

      Returns void

      Pushes a new set of stats to this diagnostics view to be displayed.

      This function can throw errors.

      DiagnosticsError