Uses of Class
net.minecraft.test.GameTestBatch
Packages that use GameTestBatch
-
Uses of GameTestBatch in net.minecraft.test
Fields in net.minecraft.test with type parameters of type GameTestBatchModifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<GameTestBatch,
Collection<GameTestState>>> TestRunner.batches
private final List<GameTestBatch>
TestServer.batches
Methods in net.minecraft.test that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic Collection<GameTestBatch>
TestUtil.createBatches
(Collection<TestFunction> testFunctions) Method parameters in net.minecraft.test with type arguments of type GameTestBatchModifier 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) Constructor parameters in net.minecraft.test with type arguments of type GameTestBatchModifierConstructorDescriptionTestRunner
(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)