Class RelativeVolumeListBlockVolume

Hierarchy

  • BlockVolumeBase
    • RelativeVolumeListBlockVolume

Constructors

Properties

isEmpty: boolean
origin?: Vector3

Remarks

This property can't be edited in read-only mode.

volumeCount: number

Methods

  • Parameters

    Returns void

    Remarks

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

  • Returns void

    Remarks

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

  • Returns BlockLocationIterator

    Remarks

    Fetch a BlockLocationIterator that represents all of the block world locations within the specified volume

  • Beta

    Returns BoundingBox

    Remarks

    Return a BoundingBox object which represents the validated min and max coordinates of the volume

    Throws

    This function can throw errors.

  • 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.

  • Returns Vector3

    Remarks

    Get a Vector3 object where each component represents the number of blocks along that axis

  • Returns BlockVolume[]

    Remarks

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

  • Parameters

    • location: Vector3
    • normalizedOffset: Vector3

    Returns boolean

  • Parameters

    • location: Vector3

    Returns boolean

    Remarks

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

  • Parameters

    • location: Vector3

    Returns void

    Remarks

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

  • Parameters

    Returns void

    Remarks

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

  • Parameters

    Returns void

    Remarks

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

  • Parameters

    • offset: Vector3

    Returns void

    Remarks

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