Uses of Record Class
net.minecraft.gametest.framework.GameTestBatch
Packages that use GameTestBatch
-
Uses of GameTestBatch in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as GameTestBatchFields in net.minecraft.gametest.framework with type parameters of type GameTestBatchModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<GameTestBatch> GameTestRunner.batches
private final Collection
<GameTestBatch> GameTestRunner.Builder.batches
private List
<GameTestBatch> GameTestServer.testBatches
Methods in net.minecraft.gametest.framework that return GameTestBatchModifier and TypeMethodDescriptionstatic GameTestBatch
GameTestBatchFactory.toGameTestBatch
(Collection<GameTestInfo> gameTestInfos, String functionName, long index) Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionGameTestRunner.GameTestBatcher.batch
(Collection<GameTestInfo> infos) static Collection
<GameTestBatch> GameTestBatchFactory.fromTestFunction
(Collection<TestFunction> testFunctions, ServerLevel level) Methods in net.minecraft.gametest.framework with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoid
GameTestBatchListener.testBatchFinished
(GameTestBatch batch) void
TestCommand.TestBatchSummaryDisplayer.testBatchFinished
(GameTestBatch p_320779_) void
GameTestBatchListener.testBatchStarting
(GameTestBatch batch) void
TestCommand.TestBatchSummaryDisplayer.testBatchStarting
(GameTestBatch p_319827_) Method parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic GameTestRunner.Builder
GameTestRunner.Builder.fromBatches
(Collection<GameTestBatch> batches, ServerLevel level) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionprivate
Builder
(Collection<GameTestBatch> batches, ServerLevel level) protected
GameTestRunner
(GameTestRunner.GameTestBatcher testBatcher, Collection<GameTestBatch> batches, ServerLevel level, GameTestTicker testTicker, GameTestRunner.StructureSpawner existingStructureSpawner, GameTestRunner.StructureSpawner newStructureSpawner, boolean haltOnError)