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 TestTracker
TestList. parent
private TestTracker
TestTrackerHolder. testInfo
Fields in net.minecraft.test with type parameters of type TestTracker Modifier and Type Field Description private java.util.List<TestTracker>
TestExecutor. allTestInfos
private java.util.List<com.mojang.datafixers.util.Pair<TestBatch,java.util.Collection<TestTracker>>>
TestExecutor. batches
private java.util.Map<TestTracker,BlockPos>
TestExecutor. northWestCorners
private java.util.Collection<TestTracker>
TestCollection. testInfos
private java.util.Collection<TestTracker>
TestResultList. tests
Methods 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 void
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_, java.lang.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_)
Method parameters in net.minecraft.test with type arguments of type TestTracker Modifier and Type Method Description void
TestResultList. addFailureListener(java.util.function.Consumer<TestTracker> p_240556_1_)
private void
TestExecutor. 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_)
-