Uses of Class
net.minecraft.test.TestBatch
Packages that use TestBatch
- 
Uses of TestBatch in net.minecraft.testFields in net.minecraft.test with type parameters of type TestBatchModifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<TestBatch,Collection<TestTracker>>> TestExecutor.batchesMethods in net.minecraft.test that return types with arguments of type TestBatchModifier and TypeMethodDescriptionstatic Collection<TestBatch>TestUtils.groupTestsIntoBatches(Collection<TestFunctionInfo> p_229548_0_) Method parameters in net.minecraft.test with type arguments of type TestBatchModifier and TypeMethodDescriptionstatic 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_) Constructor parameters in net.minecraft.test with type arguments of type TestBatchModifierConstructorDescriptionTestExecutor(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_)