Uses of Class
net.minecraft.test.GameTest
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.server.command | |
| net.minecraft.test |
-
Uses of GameTest in net.minecraft
Methods in net.minecraft with parameters of type GameTest Modifier and Type Method Description voidclass_6308. onTestFailed(GameTest test)voidclass_6308. onTestPassed(GameTest test) -
Uses of GameTest in net.minecraft.server.command
-
Uses of GameTest in net.minecraft.test
Fields in net.minecraft.test declared as GameTest Modifier and Type Field Description private GameTestStartupParameter. testprivate GameTestStructureTestListener. testprivate GameTestTimedTaskRunner. testFields in net.minecraft.test with type parameters of type GameTest Modifier and Type Field Description private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>>TestRunner. batchesprivate Collection<GameTest>TestManager. testsprivate List<GameTest>TestRunner. testsprivate Collection<GameTest>TestSet. testsMethods in net.minecraft.test that return types with arguments of type GameTest Modifier and Type Method Description Collection<GameTest>TestSet. getOptionalTests()Collection<GameTest>TestSet. getRequiredTests()List<GameTest>TestRunner. getTests()private Map<GameTest,BlockPos>TestRunner. method_29401(Collection<GameTest> gameTests)static Collection<GameTest>TestUtil. runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)static Collection<GameTest>TestUtil. runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)Methods in net.minecraft.test with parameters of type GameTest Modifier and Type Method Description voidTestSet. add(GameTest test)private ElementXmlReportingTestCompletionListener. addTestCase(GameTest test, String name)private static voidStructureTestListener. createTestOutputLectern(GameTest test, String output)protected static voidStructureTestListener. failTest(GameTest test, Throwable output)static voidTestFailureLogger. failTest(GameTest test)protected static voidStructureTestListener. finishFailedTest(GameTest test, Throwable output)private static voidStructureTestListener. finishPassedTest(GameTest test, String output)voidStructureTestListener. onFailed(GameTest test)voidTestListener. onFailed(GameTest test)voidStructureTestListener. onPassed(GameTest test)voidTestListener. onPassed(GameTest test)voidStructureTestListener. onStarted(GameTest test)voidTestListener. onStarted(GameTest test)voidFailureLoggingTestCompletionListener. onTestFailed(GameTest test)voidTestCompletionListener. onTestFailed(GameTest test)voidXmlReportingTestCompletionListener. onTestFailed(GameTest test)voidFailureLoggingTestCompletionListener. onTestPassed(GameTest test)voidTestCompletionListener. onTestPassed(GameTest test)voidXmlReportingTestCompletionListener. onTestPassed(GameTest test)static voidStructureTestListener. passTest(GameTest test, String output)static voidTestFailureLogger. passTest(GameTest test)voidTestManager. start(GameTest test)static voidTestUtil. startTest(GameTest test, BlockPos pos, TestManager testManager)protected static voidStructureTestListener. visualizeTest(GameTest test, Block block)Method parameters in net.minecraft.test with type arguments of type GameTest Modifier and Type Method Description voidTestSet. addListener(Consumer<GameTest> onFailed)private Map<GameTest,BlockPos>TestRunner. method_29401(Collection<GameTest> gameTests)Constructors in net.minecraft.test with parameters of type GameTest Constructor Description NotEnoughSuccessesError(int attempts, int successes, GameTest test)StartupParameter(GameTest test)StructureTestListener(GameTest test, TestManager testManager, BlockPos pos)TimedTaskRunner(GameTest gameTest)Constructor parameters in net.minecraft.test with type arguments of type GameTest Constructor Description TestSet(Collection<GameTest> tests)