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

    Interface GameTestErrorContextBeta

    interface GameTestErrorContext {
        absolutePosition: Vector3;
        relativePosition: Vector3;
        tickCount: number;
    }
    Index

    Properties

    absolutePosition: Vector3
    relativePosition: Vector3
    tickCount: number