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 TypeMethodDescriptionprivate static GameTestBatch
GameTestBatchFactory.toGameTestBatch
(List<GameTestInfo> p_320150_, String p_320417_, long p_326505_) Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionGameTestRunner.GameTestBatcher.batch
(Collection<GameTestInfo> p_320173_) static Collection
<GameTestBatch> GameTestBatchFactory.fromTestFunction
(Collection<TestFunction> p_320519_, ServerLevel p_319999_) Methods in net.minecraft.gametest.framework with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoid
GameTestBatchListener.testBatchFinished
(GameTestBatch p_320230_) void
TestCommand.TestBatchSummaryDisplayer.testBatchFinished
(GameTestBatch p_320779_) void
GameTestBatchListener.testBatchStarting
(GameTestBatch p_320434_) 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> p_319850_, ServerLevel p_320176_) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionprivate
Builder
(Collection<GameTestBatch> p_320127_, ServerLevel p_320437_) protected
GameTestRunner
(GameTestRunner.GameTestBatcher p_320713_, Collection<GameTestBatch> p_320022_, ServerLevel p_320570_, GameTestTicker p_320736_, GameTestRunner.StructureSpawner p_320336_, GameTestRunner.StructureSpawner p_320643_)