getName

@NotNull
abstract fun getName(): @NotNull String

Gets the name of the addon. The name may be a translatable key.

Return

The addon name.

See also