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 TypeMethodDescriptionvoid
TestCommand.Listener.onFailed
(GameTestState test, TestRunContext context) void
TestCommand.Listener.onPassed
(GameTestState test, TestRunContext context) void
TestCommand.Listener.onRetry
(GameTestState lastState, GameTestState nextState, TestRunContext context) static int
TestCommand.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 TypeMethodDescriptionvoid
StructureTestListener.onFailed
(GameTestState test, TestRunContext context) void
TestListener.onFailed
(GameTestState test, TestRunContext context) void
StructureTestListener.onPassed
(GameTestState test, TestRunContext context) void
TestListener.onPassed
(GameTestState test, TestRunContext context) void
StructureTestListener.onRetry
(GameTestState lastState, GameTestState nextState, TestRunContext context) void
TestListener.onRetry
(GameTestState lastState, GameTestState nextState, TestRunContext context) private void
StructureTestListener.retry
(GameTestState state, TestRunContext context, boolean lastPassed) void
TestManager.setRunContext
(TestRunContext runContext) void
GameTestState.tick
(TestRunContext context)