Blockbench Reference Docs
    Preparing search index...

    Interface ValidatorCheckOptions

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

    Properties

    Methods

    Properties

    update_triggers?: EventName[]

    Names of events that automatically trigger this check

    Methods