@minecraft/server-editor
    Preparing search index...

    Interface ContiguousSelectionPropertiesBeta

    interface ContiguousSelectionProperties {
        checkForAdjacentFace?: boolean;
        contiguousSelectionBlockList?: string[];
        contiguousSelectionType?: ContiguousSelectionType;
        fullSelectionToleranceLevel?: number;
        isFace?: boolean;
        selectionDirection?: number;
        size?: number;
        startingLocation?: Vector3;
    }
    Index

    Properties

    checkForAdjacentFace?: boolean
    contiguousSelectionBlockList?: string[]
    contiguousSelectionType?: ContiguousSelectionType
    fullSelectionToleranceLevel?: number
    isFace?: boolean
    selectionDirection?: number
    size?: number
    startingLocation?: Vector3