Edit

Share via


DebugBox Class

Extends

A debug shape class that represents a box or cuboid.

Properties

bound

bound: minecraftserver.Vector3;

The bounding box of the shape. The final box will be this bound multiplied by the shape's scale.

Type: @minecraft/server.Vector3

Methods

constructor

new DebugBox(location: minecraftserver.Vector3)

Parameters

Returns DebugBox