Package net.minecraftforge.fml.loading
Enum Class FMLConfig.ConfigValue
- All Implemented Interfaces:
- Serializable,- Comparable<FMLConfig.ConfigValue>,- Constable
- Enclosing class:
- FMLConfig
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) voidbuildConfigEntry(com.electronwill.nightconfig.core.ConfigSpec spec, com.electronwill.nightconfig.core.CommentedConfig commentedConfig) private <T> TgetConfigValue(com.electronwill.nightconfig.core.file.CommentedFileConfig config) <T> voidupdateValue(com.electronwill.nightconfig.core.file.CommentedFileConfig configData, T value) static FMLConfig.ConfigValueReturns the enum constant of this class with the specified name.static FMLConfig.ConfigValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
EARLY_WINDOW_CONTROL
- 
MAX_THREADS
- 
VERSION_CHECK
- 
DEFAULT_CONFIG_PATH
- 
DISABLE_OPTIMIZED_DFU
- 
EARLY_WINDOW_PROVIDER
- 
EARLY_WINDOW_WIDTH
- 
EARLY_WINDOW_HEIGHT
- 
EARLY_WINDOW_FBSCALE
- 
EARLY_WINDOW_MAXIMIZED
- 
EARLY_WINDOW_SKIP_GL_VERSIONS
- 
EARLY_WINDOW_SQUIR
 
- 
- 
Field Details- 
entry
- 
defaultValue
- 
comment
- 
entryFunction
 
- 
- 
Constructor Details- 
ConfigValue
- 
ConfigValue
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
buildConfigEntryvoid buildConfigEntry(com.electronwill.nightconfig.core.ConfigSpec spec, com.electronwill.nightconfig.core.CommentedConfig commentedConfig) 
- 
getConfigValueprivate <T> T getConfigValue(com.electronwill.nightconfig.core.file.CommentedFileConfig config) 
- 
updateValuepublic <T> void updateValue(com.electronwill.nightconfig.core.file.CommentedFileConfig configData, T value) 
 
-