Class TCDCommonsConfig


public final class TCDCommonsConfig extends ModConfig
  • Field Details

    • FLAG_DEV_ENV

      public static boolean FLAG_DEV_ENV
  • Constructor Details

    • TCDCommonsConfig

      public TCDCommonsConfig()
  • Method Details

    • updateItemGroupsOnJoin

      public final boolean updateItemGroupsOnJoin()
      Whether to update item groups (creative mode tabs) when joining a world. This optimization feature aims to move the lag spike that occurs when opening an inventory screen - to the loading screen.
    • setUpdateItemGroupsOnJoin

      public final void setUpdateItemGroupsOnJoin(boolean value)
      Sets the value of updateItemGroupsOnJoin().
      Parameters:
      value - The new value.