Uses of Class
net.minecraft.test.GameTestBatch
-
Uses of GameTestBatch in net.minecraft.test
Modifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<GameTestBatch,
Collection<GameTestState>>> TestRunner.batches
private final List<GameTestBatch>
TestServer.batches
Modifier and TypeMethodDescriptionstatic Collection<GameTestBatch>
TestUtil.createBatches
(Collection<TestFunction> testFunctions) Modifier and TypeMethodDescriptionstatic TestServer
TestServer.create
(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<GameTestBatch> batches, BlockPos pos) static Collection<GameTestState>
TestUtil.runTestBatches
(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) ModifierConstructorDescriptionTestRunner
(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ) private
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Collection<GameTestBatch> batches, BlockPos pos)