Script API - v1.26.30.25
    Preparing search index...

    Base type for BlockVolumes.

    export class BlockVolumeBase {
    private constructor();
    getBlockLocationIterator(): BlockLocationIterator;
    getCapacity(): number;
    getMax(): Vector3;
    getMin(): Vector3;
    getSpan(): Vector3;
    isInside(location: Vector3): boolean;
    translate(delta: Vector3): void;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isEmpty: boolean
    origin?: Vector3

    This property can't be edited in restricted-execution mode.

    This property can't be read in early-execution mode.

    volumeCount: number

    Methods

    • Returns void

      This function can't be called in restricted-execution mode.

      This function can't be called in early-execution mode.

    • Parameters

      Returns void

      This function can't be called in restricted-execution mode.

      This function can't be called in early-execution mode.