Interface StatefulConfigModule<T extends ConfigModuleState>
- All Superinterfaces:
Comparable<Module>, ConfigModule, LostAndFoundFormattable, Module, StatefulModule<T>
- All Known Subinterfaces:
JsonConfigModule<T>
- All Known Implementing Classes:
DimensionPoolConfigModule, DimensionPoolConfigModule_SV1
public interface StatefulConfigModule<T extends ConfigModuleState>
extends ConfigModule, StatefulModule<T>
-
Method Summary
Methods inherited from interface ConfigModule
category, load, loadWithContext, save, saveWithContext, toLostAndFoundScopeStringMethods inherited from interface Module
compareTo, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormattedMethods inherited from interface StatefulModule
defaultState, state
-
Method Details
-
newInstance
T newInstance() -
saveDirectory
-