Beta
Private
constructorStatic
Readonly
DefaultThe default aim-assist preset Id that is used when not otherwise specified.
The category settings used to create the new category.
The created category handle.
Adds an aim-assist category to the registry.
This function can't be called in read-only mode.
This function can throw errors.
minecraftcommon.EngineError
Error
minecraftcommon.InvalidArgumentError
The preset settings used to create the new preset.
The created preset handle.
Adds an aim-assist preset to the registry.
This function can't be called in read-only mode.
This function can throw errors.
minecraftcommon.EngineError
Error
minecraftcommon.InvalidArgumentError
An array of all available category objects.
Gets all available categories in the registry.
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.
The Id of the preset to retrieve. Must have a namespace.
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.
An array of all available preset objects.
Gets all available presets in the registry.
A container for APIs related to the world's aim-assist settings.