public final class ClientConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CATEGORY_ADVANCED |
static java.lang.String |
CATEGORY_SEARCH_COLORS |
static int |
largestNumColumns |
static int |
maxRecipeGuiHeight |
static int |
minRecipeGuiHeight |
static int |
smallestNumColumns |
Constructor and Description |
---|
ClientConfig(java.io.File jeiConfigurationDir) |
Modifier and Type | Method and Description |
---|---|
LocalizedConfiguration |
getConfig() |
GiveMode |
getGiveMode() |
static ClientConfig |
getInstance()
Deprecated.
|
int |
getMaxColumns() |
int |
getMaxRecipeGuiHeight() |
boolean |
isCenterSearchBarEnabled() |
boolean |
isDebugModeEnabled() |
void |
onPreInit() |
boolean |
syncAllConfig() |
public static final java.lang.String CATEGORY_ADVANCED
public static final java.lang.String CATEGORY_SEARCH_COLORS
public static final int smallestNumColumns
public static final int largestNumColumns
public static final int minRecipeGuiHeight
public static final int maxRecipeGuiHeight
@Deprecated public static ClientConfig getInstance()
public boolean isDebugModeEnabled()
public boolean isCenterSearchBarEnabled()
public GiveMode getGiveMode()
public int getMaxColumns()
public int getMaxRecipeGuiHeight()
public LocalizedConfiguration getConfig()
public void onPreInit()
public boolean syncAllConfig()