Interface IConfigHelper

All Known Implementing Classes:
NeoForgeConfigHelper

public interface IConfigHelper
Add new configs here. Defaults are set in the platform-specific implementations, be sure they are consistent. Localized name / descriptions in `common/src/main/resources/assets/combatnumbers/lang/en_us.json`.
  • Method Details

    • clientEnabled

      boolean clientEnabled()
    • clientTheme

      String clientTheme()
    • renderMode

      RenderOption renderMode()
    • baseFontSize

      float baseFontSize()
    • nearFadeDistance

      float nearFadeDistance()
    • maxRenderDistance

      float maxRenderDistance()
    • distanceFalloffStart

      float distanceFalloffStart()
    • distanceFalloffEnd

      float distanceFalloffEnd()
    • distanceMinScale

      float distanceMinScale()
    • serverEnabled

      boolean serverEnabled()
    • serverMaxRenderDistance

      float serverMaxRenderDistance()