Uses of Class
net.minecraft.test.GameTestBatch
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.test |
-
Uses of GameTestBatch in net.minecraft
Fields in net.minecraft with type parameters of type GameTestBatch Modifier and Type Field Description private List<GameTestBatch>class_6306. field_33158Constructor parameters in net.minecraft with type arguments of type GameTestBatch Constructor Description class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl)class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl, Registry<Biome> registry, Registry<DimensionType> registry2) -
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. batchesMethods 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 int2)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)