Class ListBlockVolume

Volume composed of an unordered container of unique block locations.

Hierarchy

Constructors

  • Parameters

    • locations: Vector3[]

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

    Returns ListBlockVolume

    Remarks

    Creates a new instance of ListBlockVolume.

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

Methods

  • Parameters

    • locations: Vector3[]

      Array of block locations to be inserted into container.

    Returns void

    Remarks

    Insert block locations into container.

  • Returns number

    Remarks

    Return the capacity (volume) of the BlockVolume (WDH)

  • Returns Vector3

    Remarks

    Get the largest corner position of the volume (guaranteed to be >= min)

    Throws

    This function can throw errors.

  • Returns Vector3

    Remarks

    Get the smallest corner position of the volume (guaranteed to be <= max)

    Throws

    This function can throw errors.

  • Parameters

    Returns boolean

    Remarks

    Check to see if a given world block location is inside a BlockVolume

  • Parameters

    • locations: Vector3[]

      Array of block locations to be removed from container.

    Returns void

    Remarks

    Remove block locations from container.

  • Parameters

    • delta: Vector3

      Amount of blocks to move by

    Returns void

    Remarks

    Move a BlockVolume by a specified amount