Skip to content

How addons work

Bogdan T. edited this page Jun 14, 2025 · 9 revisions

Contents

  1. API
  2. Lifecycle
  3. Addon Development

API

API classes related to lifecycle:

To access, you need to use VisorAPI#clientState() method

Basics

Addons system is an essential part of Visor architecture.

It allows to modify or extend parts of the Visor without using mixins.

It is built to support many addons at once with compatibility between each other.

Lifecycle

Addons can be registered via VisorAPI#addonManager() only before Visor started

Clone this wiki locally