Blockbench Reference Docs
    Preparing search index...

    Interface ValidatorCheckOptions

    interface ValidatorCheckOptions {
        condition?: any;
        update_triggers?: EventName[];
        run(): void;
    }
    Index

    Properties

    Methods

    Properties

    condition?: any
    update_triggers?: EventName[]

    Names of events that automatically trigger this check

    Methods