Interface SettingContainer

All Known Implementing Classes:
HUDElement, Module, TemplateTextHud, TextHUDElement, TextListHUDElement, VanillaHUDElement

public interface SettingContainer
Anything that owns a settings tree — modules and HUD elements. A Setting notifies its container after every value change so the container can persist itself (modules → modules/<name>.yml, HUD elements → hud.yml).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Persist this container's settings after a value change.
  • Method Details

    • saveContainerSettings

      void saveContainerSettings()
      Persist this container's settings after a value change.