Skip to content

@minecraft/server


@minecraft/server / AABB

Interface: AABB ​

Defined in: @minecraft/server/index.d.ts:22348

Axis-aligned bounding box.

Properties ​

center ​

center: Vector3

Defined in: @minecraft/server/index.d.ts:22354

Remarks ​

The centerpoint of the box.


extent ​

extent: Vector3

Defined in: @minecraft/server/index.d.ts:22362

Remarks ​

Absolute distance from the centerpoint to the bounds of the box. Equivalent to half of the box's length, height and width. Will always be treated as positive.