Script API - v1.21.90.25
    Preparing search index...

    Class AimAssistRegistryBeta

    A container for APIs related to the world's aim-assist settings.

    Index

    Constructors

    Properties

    DefaultPresetId: "minecraft:aim_assist_default" = 'minecraft:aim_assist_default'

    The default aim-assist preset Id that is used when not otherwise specified.

    Methods

    • Parameters

      • categoryId: string

      Returns AimAssistCategory

      The category object if it exists, otherwise returns undefined.

      Gets the category associated with the provided Id.

      This function can't be called in read-only mode.

    • Parameters

      • presetId: string

        The Id of the preset to retrieve. Must have a namespace.

      Returns AimAssistPreset

      The preset object if it exists, otherwise returns undefined.

      Gets the preset associated with the provided Id.

      This function can't be called in read-only mode.