Interface StatefulModule<T extends ModuleState>

All Superinterfaces:
Comparable<Module>, LostAndFoundFormattable, Module
All Known Subinterfaces:
JsonConfigModule<T>, JsonModule<T>, JsonPlayerModule<T>, StatefulConfigModule<T>, StatefulPlayerModule<T>
All Known Implementing Classes:
DimensionPoolConfigModule, DimensionPoolConfigModule_SV1, InventoryModule, InventoryModule_SV1, ShoulderEntityModule, StatusModule, StatusModule_SV1

public interface StatefulModule<T extends ModuleState> extends Module
  • Method Details

    • state

      T state()
    • defaultState

      T defaultState()