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 prevState, GameTestState nextState, TestRunContext context) (package private) static int
TestCommand.start
(ServerCommandSource source, ServerWorld world, 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 prevState, GameTestState nextState, TestRunContext context) void
TestListener.onRetry
(GameTestState prevState, GameTestState nextState, TestRunContext context) private void
StructureTestListener.retry
(GameTestState state, TestRunContext context, boolean prevPassed) void
TestManager.setRunContext
(TestRunContext runContext) void
GameTestState.tick
(TestRunContext context)