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
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
- location: @minecraft/server.Vector3
- endLocation: @minecraft/server.Vector3
Returns DebugLine