Uses of Enum Class
net.minecraftforge.fml.loading.FMLConfig.ConfigValue
Packages that use FMLConfig.ConfigValue
-
Uses of FMLConfig.ConfigValue in net.minecraftforge.fml.loading
Methods in net.minecraftforge.fml.loading that return FMLConfig.ConfigValueModifier and TypeMethodDescriptionstatic FMLConfig.ConfigValueReturns the enum constant of this class with the specified name.static FMLConfig.ConfigValue[]FMLConfig.ConfigValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.fml.loading with parameters of type FMLConfig.ConfigValueModifier and TypeMethodDescriptionstatic booleanFMLConfig.getBoolConfigValue(FMLConfig.ConfigValue v) static StringFMLConfig.getConfigValue(FMLConfig.ConfigValue v) static intFMLConfig.getIntConfigValue(FMLConfig.ConfigValue v) static <A> List<A>FMLConfig.getListConfigValue(FMLConfig.ConfigValue v) static <T> voidFMLConfig.updateConfig(FMLConfig.ConfigValue v, T value)