Uses of Class
net.minecraft.test.TestBatch
-
Packages that use TestBatch Package Description net.minecraft.test -
-
Uses of TestBatch in net.minecraft.test
Fields in net.minecraft.test with type parameters of type TestBatch Modifier and Type Field Description private java.util.List<com.mojang.datafixers.util.Pair<TestBatch,java.util.Collection<TestTracker>>>
TestExecutor. batches
Methods in net.minecraft.test that return types with arguments of type TestBatch Modifier and Type Method Description static java.util.Collection<TestBatch>
TestUtils. groupTestsIntoBatches(java.util.Collection<TestFunctionInfo> p_229548_0_)
Method parameters in net.minecraft.test with type arguments of type TestBatch Modifier and Type Method Description 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_)
Constructor parameters in net.minecraft.test with type arguments of type TestBatch Constructor Description TestExecutor(java.util.Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_)
-