public class ConfigHelper
extends java.lang.Object
| Constructor and Description |
|---|
ConfigHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfig |
client() |
static CommonConfig |
common() |
static int |
getOilLakeChance() |
static void |
setGuiRemoteGridSnap(boolean snap) |
static void |
setProgrammerDifficulty(IProgWidget.WidgetDifficulty difficulty) |
static void |
setShowEnchantGlint(boolean show) |
static void |
setShowPressureNumerically(boolean numeric) |
static void |
updateCoordTracker(boolean pathEnabled,
boolean wirePath,
boolean xRayEnabled,
ClientConfig.PathUpdateSetting pathUpdateSetting) |
public static ClientConfig client()
public static CommonConfig common()
public static void setProgrammerDifficulty(IProgWidget.WidgetDifficulty difficulty)
public static void setGuiRemoteGridSnap(boolean snap)
public static void updateCoordTracker(boolean pathEnabled,
boolean wirePath,
boolean xRayEnabled,
ClientConfig.PathUpdateSetting pathUpdateSetting)
public static void setShowPressureNumerically(boolean numeric)
public static void setShowEnchantGlint(boolean show)
public static int getOilLakeChance()