Uses of Enum Class
net.neoforged.fml.loading.FMLConfig.ConfigValue
Packages that use FMLConfig.ConfigValue
-
Uses of FMLConfig.ConfigValue in net.neoforged.fml.loading
Subclasses with type arguments of type FMLConfig.ConfigValue in net.neoforged.fml.loadingMethods in net.neoforged.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.neoforged.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)