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