Uses of Class
net.minecraft.test.TestTracker
-
Uses of TestTracker in net.minecraft.test
Modifier and TypeFieldDescriptionprivate final TestTracker
TestList.parent
private final TestTracker
TestTrackerHolder.testInfo
Modifier and TypeFieldDescriptionprivate final List<TestTracker>
TestExecutor.allTestInfos
private final List<com.mojang.datafixers.util.Pair<TestBatch,
Collection<TestTracker>>> TestExecutor.batches
private final Map<TestTracker,
BlockPos> TestExecutor.northWestCorners
private final Collection<TestTracker>
TestCollection.testInfos
private final Collection<TestTracker>
TestResultList.tests
Modifier and TypeMethodDescriptionTestExecutor.getTestInfos()
static Collection<TestTracker>
TestUtils.runTestBatches
(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 Collection<TestTracker>
TestUtils.runTests
(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_) Modifier and TypeMethodDescriptionvoid
TestCollection.add
(TestTracker p_229573_1_) void
TestResultList.addTestToTrack
(TestTracker p_229579_1_) void
ITestLogger.onTestFailed
(TestTracker p_225646_1_) void
TestLogger.onTestFailed
(TestTracker p_225646_1_) static void
TestUtils.runTest
(TestTracker p_240553_0_, BlockPos p_240553_1_, TestCollection p_240553_2_) private static void
TestUtils.spawnBeacon
(TestTracker p_229559_0_, Block p_229559_1_) private static void
TestUtils.spawnLectern
(TestTracker p_229560_0_, String p_229560_1_) private void
TestExecutor.testCompleted
(TestTracker p_229479_1_) void
ITestCallback.testFailed
(TestTracker p_225645_1_) void
TestCommand.Callback.testFailed
(TestTracker p_225645_1_) void
ITestCallback.testStructureLoaded
(TestTracker p_225644_1_) void
TestCommand.Callback.testStructureLoaded
(TestTracker p_225644_1_) private static void
TestUtils.visualizeFailedTest
(TestTracker p_229563_0_) Modifier and TypeMethodDescriptionvoid
TestResultList.addFailureListener
(Consumer<TestTracker> p_240556_1_) private void
TestExecutor.createStructuresForBatch
(Collection<TestTracker> p_229480_1_)