Uses of Class
net.minecraft.test.TestRunContext
Packages that use TestRunContext
-
Uses of TestRunContext in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type TestRunContextModifier and TypeMethodDescriptionvoidTestCommand.Listener.onFailed(GameTestState test, TestRunContext context) voidTestCommand.Listener.onPassed(GameTestState test, TestRunContext context) voidTestCommand.Listener.onRetry(GameTestState lastState, GameTestState nextState, TestRunContext context) static intTestCommand.start(ServerCommandSource source, TestRunContext context) -
Uses of TestRunContext in net.minecraft.test
Fields in net.minecraft.test declared as TestRunContextMethods in net.minecraft.test that return TestRunContextMethods in net.minecraft.test with parameters of type TestRunContextModifier and TypeMethodDescriptionvoidStructureTestListener.onFailed(GameTestState test, TestRunContext context) voidTestListener.onFailed(GameTestState test, TestRunContext context) voidStructureTestListener.onPassed(GameTestState test, TestRunContext context) voidTestListener.onPassed(GameTestState test, TestRunContext context) voidStructureTestListener.onRetry(GameTestState lastState, GameTestState nextState, TestRunContext context) voidTestListener.onRetry(GameTestState lastState, GameTestState nextState, TestRunContext context) private voidStructureTestListener.retry(GameTestState state, TestRunContext context, boolean lastPassed) voidTestManager.setRunContext(TestRunContext runContext) voidGameTestState.tick(TestRunContext context)