Blockbench Reference Docs
    Preparing search index...

    Interface MolangExpression

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

    Properties

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