Class GeneralConfig

All Implemented Interfaces:
Comparable<ExtendedConfig<DummyConfig,Void>>

public class GeneralConfig extends DummyConfig
A config with general options for this mod.
  • Field Details

    • debug

      public static boolean debug
    • crashOnInvalidRecipe

      public static boolean crashOnInvalidRecipe
    • crashOnModCompatCrash

      public static boolean crashOnModCompatCrash
    • analytics

      public static boolean analytics
    • anonymousAnalyticsID

      public static String anonymousAnalyticsID
    • versionChecker

      public static boolean versionChecker
    • devWorldButton

      public static boolean devWorldButton
  • Constructor Details

    • GeneralConfig

      public GeneralConfig()
      Create a new instance.
  • Method Details

    • onRegistered

      public void onRegistered()
      Description copied from class: ExtendedConfig
      Overridable method that is called after the element of this config is fully registered, after the FMLCommonSetupEvent.
      Overrides:
      onRegistered in class ExtendedConfig<DummyConfig,Void>