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