Module

interface Module

This interface represents a module. It is used to load modules on demand.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The module description. This is used to get information about the module.

Functions

Link copied to clipboard
abstract fun onDisable()

This method is called when the module is unloaded.

Link copied to clipboard
abstract fun onEnable()

This method is called when the module is loaded.