Uses of Class
net.minecraft.test.TestTracker
-
Packages that use TestTracker Package Description net.minecraft.test -
-
Uses of TestTracker in net.minecraft.test
Fields in net.minecraft.test declared as TestTracker Modifier and Type Field Description private TestTrackerTestList. parentprivate TestTrackerTestTrackerHolder. testInfoFields in net.minecraft.test with type parameters of type TestTracker Modifier and Type Field Description private java.util.List<TestTracker>TestExecutor. allTestInfosprivate java.util.List<com.mojang.datafixers.util.Pair<TestBatch,java.util.Collection<TestTracker>>>TestExecutor. batchesprivate java.util.Map<TestTracker,BlockPos>TestExecutor. northWestCornersprivate java.util.Collection<TestTracker>TestCollection. testInfosprivate java.util.Collection<TestTracker>TestResultList. testsMethods in net.minecraft.test that return types with arguments of type TestTracker Modifier and Type Method Description java.util.List<TestTracker>TestExecutor. getTestInfos()static java.util.Collection<TestTracker>TestUtils. runTestBatches(java.util.Collection<TestBatch> p_240552_0_, BlockPos p_240552_1_, Rotation p_240552_2_, ServerWorld p_240552_3_, TestCollection p_240552_4_, int p_240552_5_)static java.util.Collection<TestTracker>TestUtils. runTests(java.util.Collection<TestFunctionInfo> p_240554_0_, BlockPos p_240554_1_, Rotation p_240554_2_, ServerWorld p_240554_3_, TestCollection p_240554_4_, int p_240554_5_)Methods in net.minecraft.test with parameters of type TestTracker Modifier and Type Method Description voidTestCollection. add(TestTracker p_229573_1_)voidTestResultList. addTestToTrack(TestTracker p_229579_1_)voidITestLogger. onTestFailed(TestTracker p_225646_1_)voidTestLogger. onTestFailed(TestTracker p_225646_1_)static voidTestUtils. runTest(TestTracker p_240553_0_, BlockPos p_240553_1_, TestCollection p_240553_2_)private static voidTestUtils. spawnBeacon(TestTracker p_229559_0_, Block p_229559_1_)private static voidTestUtils. spawnLectern(TestTracker p_229560_0_, java.lang.String p_229560_1_)private voidTestExecutor. testCompleted(TestTracker p_229479_1_)voidITestCallback. testFailed(TestTracker p_225645_1_)voidTestCommand.Callback. testFailed(TestTracker p_225645_1_)voidITestCallback. testStructureLoaded(TestTracker p_225644_1_)voidTestCommand.Callback. testStructureLoaded(TestTracker p_225644_1_)private static voidTestUtils. visualizeFailedTest(TestTracker p_229563_0_)Method parameters in net.minecraft.test with type arguments of type TestTracker Modifier and Type Method Description voidTestResultList. addFailureListener(java.util.function.Consumer<TestTracker> p_240556_1_)private voidTestExecutor. createStructuresForBatch(java.util.Collection<TestTracker> p_229480_1_)Constructors in net.minecraft.test with parameters of type TestTracker Constructor Description TestTrackerHolder(TestTracker p_i226068_1_)Constructor parameters in net.minecraft.test with type arguments of type TestTracker Constructor Description TestResultList(java.util.Collection<TestTracker> p_i226072_1_)
-