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 Details

    • newInstance

      T newInstance()
    • saveDirectory

      default Path saveDirectory()