All Implemented Interfaces:
ObservableConfig, CoreMethods

public abstract class Feature extends AbstractSubsystem<FeatureConfig,Feature>
This class represents a single feature registered under your KamiPlugin plugin.
A feature is a subsystem that acts like its own plugin, providing its own functionality and configuration.
Features cannot be disabled or toggled, they are always enabled.
For a subsystem that can be toggled or disabled, see Module.