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 IJEIConfig
public boolean isDebugModeEnabled()
isDebugModeEnabled
in interface IClientConfig
public boolean isCenterSearchBarEnabled()
isCenterSearchBarEnabled
in interface IClientConfig
public boolean isLowMemorySlowSearchEnabled()
isLowMemorySlowSearchEnabled
in interface IClientConfig
public boolean isFastItemRenderingEnabled()
isFastItemRenderingEnabled
in interface IClientConfig
public boolean isCheatToHotbarUsingHotkeysEnabled()
isCheatToHotbarUsingHotkeysEnabled
in interface IClientConfig
public GiveMode getGiveMode()
getGiveMode
in interface IClientConfig
public int getMinColumns()
getMinColumns
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