Uses of Class
net.minecraftforge.common.ForgeConfigSpecTest.TestResult
-
Packages that use ForgeConfigSpecTest.TestResult Package Description net.minecraftforge.common -
-
Uses of ForgeConfigSpecTest.TestResult in net.minecraftforge.common
Methods in net.minecraftforge.common that return ForgeConfigSpecTest.TestResult Modifier and Type Method Description private <T> ForgeConfigSpecTest.TestResult
ForgeConfigSpecTest. runTestOnce(T defaultKeyValue, java.lang.String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec)
Methods in net.minecraftforge.common that return types with arguments of type ForgeConfigSpecTest.TestResult Modifier and Type Method Description private <T> java.util.List<ForgeConfigSpecTest.TestResult>
ForgeConfigSpecTest. runTestHarness(T defaultKeyValue, java.lang.String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec, int warmupRounds, int testRounds)
-