Uses of Enum Class
net.minecraftforge.fml.loading.FMLConfig.ConfigValue
-
Uses of FMLConfig.ConfigValue in net.minecraftforge.fml.loading
Modifier 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.Modifier 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)