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.ConfigValue
Returns 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 boolean
FMLConfig.getBoolConfigValue
(FMLConfig.ConfigValue v) static String
FMLConfig.getConfigValue
(FMLConfig.ConfigValue v) static int
FMLConfig.getIntConfigValue
(FMLConfig.ConfigValue v) static <A> List<A>
FMLConfig.getListConfigValue
(FMLConfig.ConfigValue v) static <T> void
FMLConfig.updateConfig
(FMLConfig.ConfigValue v, T value)