Interface ConfigModule
- All Superinterfaces:
Comparable<Module>,LostAndFoundFormattable,Module
- All Known Subinterfaces:
JsonConfigModule<T>,StatefulConfigModule<T>
- All Known Implementing Classes:
DimensionPoolConfigModule,DimensionPoolConfigModule_SV1
-
Method Summary
Methods inherited from interface net.thomilist.dimensionalinventories.module.base.Module
compareTo, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormatted
-
Method Details
-
load
void load() -
save
void save() -
category
-
toLostAndFoundScopeString
- Specified by:
toLostAndFoundScopeStringin interfaceLostAndFoundFormattable- Specified by:
toLostAndFoundScopeStringin interfaceModule
-
loadWithContext
default void loadWithContext() -
saveWithContext
default void saveWithContext()
-