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 List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestState>>>
TestRunner.batches
private 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 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)
TestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager)
private
TestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry)