Blockbench Reference Docs
    Preparing search index...
    type TNumVal = {
        isTNum: true;
        toString: () => string;
        type: TNumType;
        value: number | BigInt;
    }
    Index

    Properties

    isTNum: true
    toString: () => string
    type: TNumType
    value: number | BigInt