Base type for BlockVolumes.

Hierarchy

Constructors

Methods

  • Parameters

    Returns void

    Remarks

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

  • Returns number

    Remarks

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

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

  • Returns Vector3

    Remarks

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

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

    Throws

    This function can throw errors.

  • Returns Vector3

    Remarks

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

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

    Throws

    This function can throw errors.

  • Returns Vector3

    Remarks

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

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

  • Parameters

    Returns boolean

    Remarks

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

    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

    • delta: Vector3

      Amount of blocks to move by

    Returns void

    Remarks

    Move a BlockVolume by a specified amount

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