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.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, 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 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)