Script API - v1.21.90.28
    Preparing search index...

    Module @minecraft/debug-utilities - v1.0.0-betaBeta

    Contains debug utility functions.

    Manifest Details

    {
    "module_name": "@minecraft/debug-utilities",
    "version": "1.0.0-beta"
    }

    @minecraft/common (Optional in Manifest Details)

    • Requires v1.1.0 or above
    {
    "module_name": "@minecraft/common",
    "version": "1.1.0"
    }

    @minecraft/server (Required one of the following in Manifest Details)

    • Requires v1.17.0 up to, but not including, v2.0.0
    {
    "module_name": "@minecraft/server",
    "version": "1.17.0"
    }
    • Requires v2.0.0 up to, but not including, v3.0.0
    {
    "module_name": "@minecraft/server",
    "version": "2.0.0"
    }

    @minecraft/vanilla-data (Required in Manifest Details)

    Install type definition for @minecraft/debug-utilities module using npm:

    npm i @minecraft/debug-utilities@1.0.0-beta.1.21.90-preview.28
    

    Classes

    DebugArrow

    The length of the arrow's head/tip.

    DebugBox

    A debug shape class that represents a box or cuboid.

    DebugCircle

    A debug shape class that represents a circle (2D).

    DebugDrawer

    Debug Drawing class used to allow adding and removing wireframe shapes in world space.

    DebugLine

    A debug shape class that represents a line segment.

    DebugShape

    The base class for all debug shapes. Represents an object in the world and its base properties.

    DebugSphere

    A debug shape class that represents a sphere.

    DebugText

    A debug shape class that a text label. The text label automatically faces the screen.

    Interfaces

    HandleCounts
    PluginStats
    RuntimeStats

    Variables

    debugDrawer

    Functions

    collectPluginStats
    collectRuntimeStats
    disableWatchdogTimingWarnings