Uses of 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 final List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestInfo>>> GameTestBatchRunner.batchesprivate final List<GameTestBatch>GameTestServer.testBatchesMethods in net.minecraft.gametest.framework that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic Collection<GameTestBatch>GameTestRunner.groupTestsIntoBatches(Collection<TestFunction> p_127725_) Method parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic GameTestServerGameTestServer.create(Thread p_206607_, LevelStorageSource.LevelStorageAccess p_206608_, PackRepository p_206609_, Collection<GameTestBatch> p_206610_, BlockPos p_206611_) static Collection<GameTestInfo>GameTestRunner.runTestBatches(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_) Constructor parameters in net.minecraft.gametest.framework with type arguments of type GameTestBatchModifierConstructorDescriptionGameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_) GameTestServer(Thread p_206597_, LevelStorageSource.LevelStorageAccess p_206598_, PackRepository p_206599_, WorldStem p_206600_, Collection<GameTestBatch> p_206601_, BlockPos p_206602_)