Edit

Share via


DebugLine Class

Extends

Classes that extend DebugLine

A debug shape class that represents a line segment.

Properties

endLocation

endLocation: minecraftserver.Vector3;

The end location of the line segment. The final line will spawn between location and endLocation.

Type: @minecraft/server.Vector3

Methods

constructor

new DebugLine(location: minecraftserver.Vector3, endLocation: minecraftserver.Vector3)

Parameters

Returns DebugLine