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 with type parameters of type GameTestBatchModifier and TypeFieldDescriptionprivate ImmutableList<GameTestBatch> GameTestRunner.batchesprivate final Collection<GameTestBatch> GameTestRunner.Builder.batchesprivate List<GameTestBatch> GameTestServer.testBatchesMethods in net.minecraft.gametest.framework that return GameTestBatchModifier and TypeMethodDescriptionstatic GameTestBatchGameTestBatchFactory.toGameTestBatch(Collection<GameTestInfo> pGameTestInfos, Holder<TestEnvironmentDefinition> pEnvironment, int pIndex) Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionGameTestRunner.GameTestBatcher.batch(Collection<GameTestInfo> pInfos) static List<GameTestBatch> GameTestBatchFactory.divideIntoBatches(Collection<Holder.Reference<GameTestInstance>> pInstances, GameTestBatchFactory.TestDecorator pDecorator, ServerLevel pLevel) private List<GameTestBatch> GameTestServer.evaluateTestsToRun(ServerLevel pLevel) Methods in net.minecraft.gametest.framework with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoidGameTestBatchListener.testBatchFinished(GameTestBatch pBatch) voidTestCommand.TestBatchSummaryDisplayer.testBatchFinished(GameTestBatch p_320779_) voidGameTestBatchListener.testBatchStarting(GameTestBatch pBatch) voidTestCommand.TestBatchSummaryDisplayer.testBatchStarting(GameTestBatch p_319827_) Method parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic GameTestRunner.BuilderGameTestRunner.Builder.fromBatches(Collection<GameTestBatch> pBatches, ServerLevel pLevel) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionprivateBuilder(Collection<GameTestBatch> pBatches, ServerLevel pLevel) protectedGameTestRunner(GameTestRunner.GameTestBatcher pTestBatcher, Collection<GameTestBatch> pBatches, ServerLevel pLevel, GameTestTicker pTestTicker, GameTestRunner.StructureSpawner pExistingStructureSpawner, GameTestRunner.StructureSpawner pNewStructureSpawner, boolean pHaltOnError)