Package com.kamikazejam.kamicommon.subsystem.feature
package com.kamikazejam.kamicommon.subsystem.feature
-
ClassesClassDescriptionThis 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, seeModule
.