Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- location: @minecraft/server.Vector3
Returns DebugBox