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

    Volume composed of an unordered container of unique block locations.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • locations: Vector3[]

        Initial array of block locations that ListBlockVolume will be constructed with.

      Returns ListBlockVolume

      Creates a new instance of ListBlockVolume.

    Methods

    • Parameters

      • locations: Vector3[]

        Array of block locations to be inserted into container.

      Returns void

      Insert block locations into container.

      This function can't be called in read-only mode.

    • Parameters

      • locations: Vector3[]

        Array of block locations to be removed from container.

      Returns void

      Remove block locations from container.

      This function can't be called in read-only mode.