Optional arguments for @minecraft/server.EntityProjectileComponent.shoot.

interface ProjectileShootOptions {
    uncertainty?: number;
}

Properties

Properties

uncertainty?: number

Controls the accuracy of the shot. A value of 0 is perfect accuracy.