Class ConfigHelper

java.lang.Object
me.desht.pneumaticcraft.common.config.ConfigHelper

public class ConfigHelper extends Object
  • Constructor Details

    • ConfigHelper

      public ConfigHelper()
  • Method Details

    • client

      public static ClientConfig client()
    • common

      public static CommonConfig common()
    • setProgrammerDifficulty

      public static void setProgrammerDifficulty(IProgWidget.WidgetDifficulty difficulty)
    • setGuiRemoteGridSnap

      public static void setGuiRemoteGridSnap(boolean snap)
    • updateCoordTracker

      public static void updateCoordTracker(boolean pathEnabled, boolean wirePath, boolean xRayEnabled, ClientConfig.PathUpdateSetting pathUpdateSetting)
    • setShowPressureNumerically

      public static void setShowPressureNumerically(boolean numeric)
    • setShowEnchantGlint

      public static void setShowEnchantGlint(boolean show)
    • setComponentInit

      public static void setComponentInit(ComponentInit when)