public final class ClientConfig extends java.lang.Object implements IJEIConfig, IClientConfig
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<IngredientSortStage> |
ingredientSorterStagesDefault |
| Constructor and Description |
|---|
ClientConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
GiveMode |
getGiveMode() |
java.util.List<IngredientSortStage> |
getIngredientSorterStages() |
static IClientConfig |
getInstance()
Deprecated.
|
int |
getMaxColumns() |
int |
getMaxRecipeGuiHeight() |
int |
getMinColumns() |
boolean |
isCenterSearchBarEnabled() |
boolean |
isCheatToHotbarUsingHotkeysEnabled() |
boolean |
isDebugModeEnabled() |
boolean |
isFastItemRenderingEnabled() |
boolean |
isLowMemorySlowSearchEnabled() |
void |
reload() |
public static final java.util.List<IngredientSortStage> ingredientSorterStagesDefault
public ClientConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder)
@Deprecated public static IClientConfig getInstance()
public void reload()
reload in interface IJEIConfigpublic boolean isDebugModeEnabled()
isDebugModeEnabled in interface IClientConfigpublic boolean isCenterSearchBarEnabled()
isCenterSearchBarEnabled in interface IClientConfigpublic boolean isLowMemorySlowSearchEnabled()
isLowMemorySlowSearchEnabled in interface IClientConfigpublic boolean isFastItemRenderingEnabled()
isFastItemRenderingEnabled in interface IClientConfigpublic boolean isCheatToHotbarUsingHotkeysEnabled()
isCheatToHotbarUsingHotkeysEnabled in interface IClientConfigpublic GiveMode getGiveMode()
getGiveMode in interface IClientConfigpublic int getMinColumns()
getMinColumns in interface IClientConfigpublic int getMaxColumns()
getMaxColumns in interface IClientConfigpublic int getMaxRecipeGuiHeight()
getMaxRecipeGuiHeight in interface IClientConfigpublic java.util.List<IngredientSortStage> getIngredientSorterStages()
getIngredientSorterStages in interface IClientConfig