Class AimAssistRegistryBeta

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

Hierarchy

  • AimAssistRegistry

Constructors

Properties

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

Remarks

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

Methods

  • Parameters

    Returns AimAssistCategory

    The created category handle.

    Remarks

    Adds an aim-assist category to the registry.

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

    Throws

    This function can throw errors.

    minecraftcommon.EngineError

    Error

    minecraftcommon.InvalidArgumentError

    NamespaceNameError

  • Parameters

    Returns AimAssistPreset

    The created preset handle.

    Remarks

    Adds an aim-assist preset to the registry.

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

    Throws

    This function can throw errors.

    minecraftcommon.EngineError

    Error

    minecraftcommon.InvalidArgumentError

    NamespaceNameError

  • Returns AimAssistCategory[]

    An array of all available category objects.

    Remarks

    Gets all available categories in the registry.

  • Parameters

    • categoryId: string

    Returns undefined | AimAssistCategory

    The category object if it exists, otherwise returns undefined.

    Remarks

    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 undefined | AimAssistPreset

    The preset object if it exists, otherwise returns undefined.

    Remarks

    Gets the preset associated with the provided Id.

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

  • Returns AimAssistPreset[]

    An array of all available preset objects.

    Remarks

    Gets all available presets in the registry.