Uses of Record Class
net.minecraft.test.GameTestBatch
-
Uses of GameTestBatch in net.minecraft.server.command
Modifier and TypeMethodDescriptionvoid
TestCommand.ReportingBatchListener.onFinished
(GameTestBatch batch) void
TestCommand.ReportingBatchListener.onStarted
(GameTestBatch batch) -
Uses of GameTestBatch in net.minecraft.test
Modifier and TypeFieldDescription(package private) @Nullable GameTestBatch
TestRunContext.currentBatch
Modifier and TypeFieldDescriptionprivate ImmutableList
<GameTestBatch> TestRunContext.batches
private final Collection
<GameTestBatch> TestRunContext.Builder.batches
private List
<GameTestBatch> TestServer.batches
Modifier and TypeMethodDescriptionprivate static GameTestBatch
Batches.create
(List<GameTestState> states, String batchId, long index) Modifier and TypeMethodDescriptionTestRunContext.Batcher.batch
(Collection<GameTestState> states) static Collection
<GameTestBatch> Batches.createBatches
(Collection<TestFunction> testFunctions, ServerWorld world) Modifier and TypeMethodDescriptionvoid
BatchListener.onFinished
(GameTestBatch batch) void
BatchListener.onStarted
(GameTestBatch batch) Modifier and TypeMethodDescriptionstatic TestRunContext.Builder
TestRunContext.Builder.of
(Collection<GameTestBatch> batches, ServerWorld world) ModifierConstructorDescriptionprivate
Builder
(Collection<GameTestBatch> batches, ServerWorld world) protected
TestRunContext
(TestRunContext.Batcher batcher, Collection<GameTestBatch> batches, ServerWorld world, TestManager manager, TestRunContext.TestStructureSpawner reuseSpawner, TestRunContext.TestStructureSpawner initialSpawner)