Uses of Record Class
net.minecraft.test.GameTestBatch
Packages that use GameTestBatch
-
Uses of GameTestBatch in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoid
TestCommand.ReportingBatchListener.onFinished
(GameTestBatch batch) void
TestCommand.ReportingBatchListener.onStarted
(GameTestBatch batch) -
Uses of GameTestBatch in net.minecraft.test
Fields in net.minecraft.test declared as GameTestBatchModifier and TypeFieldDescription(package private) @Nullable GameTestBatch
TestRunContext.currentBatch
Fields in net.minecraft.test with type parameters of type GameTestBatchModifier and TypeFieldDescriptionprivate ImmutableList
<GameTestBatch> TestRunContext.batches
private final Collection
<GameTestBatch> TestRunContext.Builder.batches
private List
<GameTestBatch> TestServer.batches
Methods in net.minecraft.test that return GameTestBatchModifier and TypeMethodDescriptionprivate static GameTestBatch
Batches.create
(List<GameTestState> states, String batchId, long index) Methods in net.minecraft.test that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionTestRunContext.Batcher.batch
(Collection<GameTestState> states) static Collection
<GameTestBatch> Batches.createBatches
(Collection<TestFunction> testFunctions, ServerWorld world) Methods in net.minecraft.test with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoid
BatchListener.onFinished
(GameTestBatch batch) void
BatchListener.onStarted
(GameTestBatch batch) Method parameters in net.minecraft.test with type arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic TestRunContext.Builder
TestRunContext.Builder.of
(Collection<GameTestBatch> batches, ServerWorld world) Constructor parameters in net.minecraft.test with type arguments of type GameTestBatchModifierConstructorDescriptionprivate
Builder
(Collection<GameTestBatch> batches, ServerWorld world) protected
TestRunContext
(TestRunContext.Batcher batcher, Collection<GameTestBatch> batches, ServerWorld world, TestManager manager, TestRunContext.TestStructureSpawner reuseSpawner, TestRunContext.TestStructureSpawner initialSpawner)