Uses of Class
net.minecraft.test.GameTestState
Packages that use GameTestState
-
Uses of GameTestState in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type GameTestStateModifier and TypeMethodDescriptionvoidTestCommand.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 GameTestStateModifier and TypeFieldDescriptionprivate GameTestStateStructureTestListener.testprivate GameTestStateTestContext.test(package private) GameTestStateTimedTaskRunner.testFields in net.minecraft.test with type parameters of type GameTestStateModifier and TypeFieldDescriptionprivate 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 GameTestStateModifier and TypeMethodDescriptionTestSet.getOptionalTests()TestSet.getRequiredTests()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 GameTestStateModifier and TypeMethodDescriptionvoidTestSet.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 GameTestStateModifier and TypeMethodDescriptionvoidTestSet.addListener(Consumer<GameTestState> onFailed)private Map<GameTestState,BlockPos>TestRunner.method_29401(Collection<GameTestState> gameTests)Constructors in net.minecraft.test with parameters of type GameTestStateModifierConstructorDescriptionNotEnoughSuccessesError(int attempts, int successes, GameTestState test)StructureTestListener(GameTestState test, TestManager testManager, BlockPos pos)TestContext(GameTestState test)(package private)TimedTaskRunner(GameTestState gameTest)Constructor parameters in net.minecraft.test with type arguments of type GameTestState