Blockbench Reference Docs
    Preparing search index...

    Interface MolangExpression

    interface MolangExpression {
        animation: _Animation;
        animator: BoneAnimator;
        channel: string;
        key: string;
        kf: _Keyframe;
        type: string;
        value: string;
    }
    Index

    Properties

    animation: _Animation
    animator: BoneAnimator
    channel: string
    key: string
    type: string
    value: string