@minecraft/server-editor
    Preparing search index...

    Class RelativeVolumeListBlockVolumeBeta

    Hierarchy

    • BlockVolumeBase
      • RelativeVolumeListBlockVolume
    Index

    Constructors

    Properties

    isEmpty: boolean
    origin?: Vector3

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

    volumeCount: number

    Methods

    • Beta

      Parameters

      Returns void

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

    • Beta

      Returns void

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

    • Beta

      Returns BlockLocationIterator

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

    • Beta

      Returns BoundingBox

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

      This function can throw errors.

    • Beta

      Returns number

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

    • Beta

      Returns Vector3

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

      This function can throw errors.

    • Beta

      Returns Vector3

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

      This function can throw errors.

    • Beta

      Returns Vector3

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

    • Beta

      Returns BlockVolume[]

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

    • Beta

      Parameters

      • location: Vector3
      • normalizedOffset: Vector3

      Returns boolean

    • Beta

      Parameters

      • location: Vector3

      Returns boolean

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

    • Beta

      Parameters

      • location: Vector3

      Returns void

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

    • Beta

      Parameters

      Returns void

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

    • Beta

      Parameters

      Returns void

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

    • Beta

      Parameters

      • offset: Vector3

      Returns void

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