Edit

Share via


DebugArrow Class

Extends

The length of the arrow's head/tip.

Properties

headLength

headLength: number;

Adds a new debug shape to the world.

Type: number

headRadius

headRadius: number;

The radius of the arrow's head/tip.

Type: number

headSegments

headSegments: number;

The number of segments for the base circle of the arrow's head/tip (default: 4).

Type: number

Methods

constructor

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

Parameters

Returns DebugArrow