Addon

abstract class Addon : AddonGetter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
override val addon: Addon
Link copied to clipboard
lateinit var dataFolder: Path

The Path of the data folder of this addon.

Link copied to clipboard
lateinit var file: Path

The Path of the file of this addon.

Link copied to clipboard
lateinit var logger: ComponentLogger

The ComponentLogger of this addon.

Link copied to clipboard
var plugin: JavaPlugin?

The JavaPlugin instance of this addon, null during bootstrap phase.

Link copied to clipboard
lateinit var pluginMeta: PluginMeta

The PluginMeta of this addon.

Link copied to clipboard

A list of ProjectDistributors that distribute this addon and should be checked for updates.

Link copied to clipboard