Uses of Class
net.minecraft.test.GameTestBatch
Package | Description |
---|---|
net.minecraft.test |
-
Uses of GameTestBatch in net.minecraft.test
Fields in net.minecraft.test with type parameters of type GameTestBatch Modifier and Type Field Description private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>>
TestRunner. batches
private List<GameTestBatch>
TestServer. batches
Methods in net.minecraft.test that return types with arguments of type GameTestBatch Modifier and Type Method Description static Collection<GameTestBatch>
TestUtil. createBatches(Collection<TestFunction> testFunctions)
Method parameters in net.minecraft.test with type arguments of type GameTestBatch Modifier and Type Method Description static Collection<GameTest>
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 GameTestBatch Constructor Description TestRunner(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)
TestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry)