Class BlockAreaSizeBeta

Holds information for expressing the net size of a volume of blocks.

Hierarchy

  • BlockAreaSize

Constructors

Properties

x y z

Methods

Constructors

  • Parameters

    • x: number
    • y: number
    • z: number

    Returns BlockAreaSize

    Remarks

    Creates a new BlockAreaSize object.

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

Properties

x: number

Remarks

X size (west to east) component of this block area.

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

y: number

Remarks

Y size (down to up) of this block area size.

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

z: number

Remarks

Z size (south to north) of this block area size.

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

Methods

  • Parameters

    Returns boolean

    Remarks

    Tests whether this block area size is equal to another BlockAreaSize object.

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