getMainClass

@NotNull
abstract fun getMainClass(): @NotNull Class<out Any>

Returns the main class of the addon, which is the class that serves as the entry point for the addon's functionality.

Return

The main class of the addon.