Interface ConfigStore

All Known Implementing Classes:
FabricConfig

public interface ConfigStore
  • Method Details

    • get

      <T> T get(ConfigId<T> key)
    • set

      <T> void set(ConfigId<T> key, T value)
    • save

      void save()
    • addChangeListener

      void addChangeListener(Runnable listener)