Uses of Class
net.minecraft.test.TestResultList
-
Packages that use TestResultList Package Description net.minecraft.test -
-
Uses of TestResultList in net.minecraft.test
Fields in net.minecraft.test declared as TestResultList Modifier and Type Field Description private TestResultList
TestExecutor. currentBatchTracker
private TestResultList
TestCommand.Callback. tracker
Methods in net.minecraft.test with parameters of type TestResultList Modifier and Type Method Description private static void
TestCommand. runTest(ServerWorld p_229623_0_, BlockPos p_229623_1_, TestResultList p_229623_2_)
private static void
TestCommand. showTestSummaryIfAllDone(ServerWorld p_229631_0_, TestResultList p_229631_1_)
Constructors in net.minecraft.test with parameters of type TestResultList Constructor Description Callback(ServerWorld p_i226073_1_, TestResultList p_i226073_2_)
-