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 net.thomilist.dimensionalinventories.module.base.config.ConfigModule
category, load, loadWithContext, save, saveWithContext, toLostAndFoundScopeStringMethods inherited from interface net.thomilist.dimensionalinventories.module.base.Module
compareTo, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormattedMethods inherited from interface net.thomilist.dimensionalinventories.module.base.StatefulModule
defaultState, state
-
Method Details
-
newInstance
T newInstance() -
saveDirectory
-