Optional arguments for @minecraft/server.EntityProjectileComponent.shoot.
export interface ProjectileShootOptions { uncertainty?: number;} Copy
export interface ProjectileShootOptions { uncertainty?: number;}
Optional
Controls the accuracy of the shot. A value of 0 is perfect accuracy.
Optional arguments for @minecraft/server.EntityProjectileComponent.shoot.
Source