@minecraft
    正在准备搜索索引...

    接口 ProjectileShootOptions

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

    interface ProjectileShootOptions {
        uncertainty?: number;
    }
    索引

    属性

    uncertainty?: number

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