Uses of Interface
net.minecraft.test.TestRunContext.Batcher
Packages that use TestRunContext.Batcher
-
Uses of TestRunContext.Batcher in net.minecraft.test
Fields in net.minecraft.test declared as TestRunContext.BatcherModifier and TypeFieldDescriptionprivate final TestRunContext.BatcherTestRunContext.batcherprivate TestRunContext.BatcherTestRunContext.Builder.batcherMethods in net.minecraft.test that return TestRunContext.BatcherModifier and TypeMethodDescriptionstatic TestRunContext.BatcherBatches.defaultBatcher()static TestRunContext.BatcherBatches.method_61092(int int2) Methods in net.minecraft.test with parameters of type TestRunContext.BatcherModifier and TypeMethodDescriptionTestRunContext.Builder.method_61095(TestRunContext.Batcher batcher) Constructors in net.minecraft.test with parameters of type TestRunContext.BatcherModifierConstructorDescriptionprotectedTestRunContext(TestRunContext.Batcher batcher, Collection<GameTestBatch> batches, ServerWorld world, TestManager manager, TestRunContext.TestStructureSpawner reuseSpawner, TestRunContext.TestStructureSpawner initialSpawner, boolean bool)