public final class ClientConfig extends java.lang.Object implements IJEIConfig, IClientConfig
Modifier and Type | Field and Description |
---|---|
static java.util.List<IngredientSortStage> |
ingredientSorterStagesDefault |
static int |
largestNumColumns |
static int |
minRecipeGuiHeight |
static int |
smallestNumColumns |
Constructor and Description |
---|
ClientConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
buildSettingsGUI(dev.ftb.mods.ftblibrary.config.ConfigGroup group) |
GiveMode |
getGiveMode() |
java.util.List<IngredientSortStage> |
getIngredientSorterStages() |
static IClientConfig |
getInstance()
Deprecated.
|
int |
getMaxColumns() |
int |
getMaxRecipeGuiHeight() |
boolean |
isCenterSearchBarEnabled() |
boolean |
isDebugModeEnabled() |
boolean |
isLowMemorySlowSearchEnabled() |
void |
reload() |
public static final int smallestNumColumns
public static final int largestNumColumns
public static final int minRecipeGuiHeight
public static final java.util.List<IngredientSortStage> ingredientSorterStagesDefault
public ClientConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder)
@Deprecated public static IClientConfig getInstance()
public void buildSettingsGUI(dev.ftb.mods.ftblibrary.config.ConfigGroup group)
buildSettingsGUI
in interface IJEIConfig
public void reload()
reload
in interface IJEIConfig
public boolean isDebugModeEnabled()
isDebugModeEnabled
in interface IClientConfig
public boolean isCenterSearchBarEnabled()
isCenterSearchBarEnabled
in interface IClientConfig
public boolean isLowMemorySlowSearchEnabled()
isLowMemorySlowSearchEnabled
in interface IClientConfig
public GiveMode getGiveMode()
getGiveMode
in interface IClientConfig
public int getMaxColumns()
getMaxColumns
in interface IClientConfig
public int getMaxRecipeGuiHeight()
getMaxRecipeGuiHeight
in interface IClientConfig
public java.util.List<IngredientSortStage> getIngredientSorterStages()
getIngredientSorterStages
in interface IClientConfig