@minecraft/server
    Preparing search index...

    Interface ProjectileShootOptionsBeta

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

    interface ProjectileShootOptions {
        uncertainty?: number;
    }
    Index

    Properties

    Properties

    uncertainty?: number

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