All Implemented Interfaces:
ObservableConfig, CoreMethods

public abstract class Module extends AbstractSubsystem<ModuleConfig,Module>
This class represents a single module registered under your KamiPlugin plugin.
A module is a toggleable subsystem that acts like its own plugin, providing its own functionality and configuration.
For a subsystem that cannot be toggled or disabled, see Feature.