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> pGameTestInfos, String pFunctionName, long pIndex) Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionGameTestRunner.GameTestBatcher.batch
(Collection<GameTestInfo> pInfos) static Collection
<GameTestBatch> GameTestBatchFactory.fromTestFunction
(Collection<TestFunction> pTestFunctions, ServerLevel pLevel) Methods in net.minecraft.gametest.framework with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoid
GameTestBatchListener.testBatchFinished
(GameTestBatch pBatch) void
TestCommand.TestBatchSummaryDisplayer.testBatchFinished
(GameTestBatch p_320779_) void
GameTestBatchListener.testBatchStarting
(GameTestBatch pBatch) 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> pBatches, ServerLevel pLevel) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionprivate
Builder
(Collection<GameTestBatch> pBatches, ServerLevel pLevel) protected
GameTestRunner
(GameTestRunner.GameTestBatcher pTestBatcher, Collection<GameTestBatch> pBatches, ServerLevel pLevel, GameTestTicker pTestTicker, GameTestRunner.StructureSpawner pExistingStructureSpawner, GameTestRunner.StructureSpawner pNewStructureSpawner, boolean pHaltOnError)