public class ConfigValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
bookmarkOverlayEnabled |
boolean |
centerSearchBarEnabled |
boolean |
cheatItemsEnabled |
Config.SearchMode |
colorSearchMode |
Config.SearchMode |
creativeTabSearchMode |
boolean |
debugModeEnabled |
boolean |
editModeEnabled |
java.lang.String |
filterText |
GiveMode |
giveMode |
int |
maxColumns |
int |
maxRecipeGuiHeight |
java.lang.String |
modNameFormat |
Config.SearchMode |
modNameSearchMode |
boolean |
optimizeMemoryUsage |
Config.SearchMode |
oreDictSearchMode |
boolean |
overlayEnabled |
Config.SearchMode |
resourceIdSearchMode |
boolean |
searchAdvancedTooltips |
Config.SearchMode |
tooltipSearchMode |
Constructor and Description |
---|
ConfigValues() |
public boolean debugModeEnabled
public boolean centerSearchBarEnabled
public boolean optimizeMemoryUsage
public GiveMode giveMode
public java.lang.String modNameFormat
public int maxColumns
public int maxRecipeGuiHeight
public Config.SearchMode modNameSearchMode
public Config.SearchMode tooltipSearchMode
public Config.SearchMode oreDictSearchMode
public Config.SearchMode creativeTabSearchMode
public Config.SearchMode colorSearchMode
public Config.SearchMode resourceIdSearchMode
public boolean searchAdvancedTooltips
public boolean overlayEnabled
public boolean cheatItemsEnabled
public boolean editModeEnabled
public boolean bookmarkOverlayEnabled
public java.lang.String filterText