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

Required Experiments:

  • Camera Aim Assist

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.