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> gameTestInfos, Holder<TestEnvironmentDefinition> environment, int index) Methods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionGameTestRunner.GameTestBatcher.batch(Collection<GameTestInfo> infos) static List<GameTestBatch> GameTestBatchFactory.divideIntoBatches(Collection<Holder.Reference<GameTestInstance>> instances, GameTestBatchFactory.TestDecorator decorator, ServerLevel level) private List<GameTestBatch> GameTestServer.evaluateTestsToRun(ServerLevel level) Methods in net.minecraft.gametest.framework with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoidGameTestBatchListener.testBatchFinished(GameTestBatch batch) voidTestCommand.TestBatchSummaryDisplayer.testBatchFinished(GameTestBatch p_320779_) voidGameTestBatchListener.testBatchStarting(GameTestBatch batch) 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> batches, ServerLevel level) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionprivateBuilder(Collection<GameTestBatch> batches, ServerLevel level) protectedGameTestRunner(GameTestRunner.GameTestBatcher testBatcher, Collection<GameTestBatch> batches, ServerLevel level, GameTestTicker testTicker, GameTestRunner.StructureSpawner existingStructureSpawner, GameTestRunner.StructureSpawner newStructureSpawner, boolean haltOnError)