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 private Elementclass_6307. method_36102(GameTest gameTest, String string)voidclass_6307. onTestFailed(GameTest test)voidclass_6308. onTestFailed(GameTest test)voidclass_6307. onTestPassed(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 List<GameTest>TestRunner. getTests()private Map<GameTest,BlockPos>TestRunner. method_29401(Collection<GameTest> collection)Collection<GameTest>TestSet. method_36103()Collection<GameTest>TestSet. method_36104()static Collection<GameTest>TestUtil. runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)static Collection<GameTest>TestUtil. runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int int2)Methods in net.minecraft.test with parameters of type GameTest Modifier and Type Method Description voidTestSet. add(GameTest test)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)voidFailureLoggingTestCompletionListener. onTestPassed(GameTest test)voidTestCompletionListener. 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> collection)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)