Uses of Class
net.minecraft.test.GameTestState
-
Uses of GameTestState in net.minecraft.server.command
Modifier and TypeMethodDescriptionvoid
TestCommand.Listener.onFailed(GameTestState test)
void
TestCommand.Listener.onPassed(GameTestState test)
void
TestCommand.Listener.onStarted(GameTestState test)
-
Uses of GameTestState in net.minecraft.test
Modifier and TypeFieldDescriptionprivate GameTestState
StructureTestListener.test
private GameTestState
TestContext.test
(package private) GameTestState
TimedTaskRunner.test
Modifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTestState>>>
TestRunner.batches
private Collection<GameTestState>
TestManager.tests
private List<GameTestState>
TestRunner.tests
private Collection<GameTestState>
TestSet.tests
Modifier 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)
Modifier and TypeMethodDescriptionvoid
TestSet.add(GameTestState test)
private Element
XmlReportingTestCompletionListener.addTestCase(GameTestState test, String name)
private static void
StructureTestListener.createTestOutputLectern(GameTestState test, String output)
protected static void
StructureTestListener.failTest(GameTestState test, Throwable output)
static void
TestFailureLogger.failTest(GameTestState test)
protected static void
StructureTestListener.finishFailedTest(GameTestState test, Throwable output)
private static void
StructureTestListener.finishPassedTest(GameTestState test, String output)
void
StructureTestListener.onFailed(GameTestState test)
void
TestListener.onFailed(GameTestState test)
void
StructureTestListener.onPassed(GameTestState test)
void
TestListener.onPassed(GameTestState test)
void
StructureTestListener.onStarted(GameTestState test)
void
TestListener.onStarted(GameTestState test)
void
FailureLoggingTestCompletionListener.onTestFailed(GameTestState test)
void
TeamCityTestCompletionListener.onTestFailed(GameTestState test)
void
TestCompletionListener.onTestFailed(GameTestState test)
void
XmlReportingTestCompletionListener.onTestFailed(GameTestState test)
void
FailureLoggingTestCompletionListener.onTestPassed(GameTestState test)
void
TeamCityTestCompletionListener.onTestPassed(GameTestState test)
void
TestCompletionListener.onTestPassed(GameTestState test)
void
XmlReportingTestCompletionListener.onTestPassed(GameTestState test)
static void
StructureTestListener.passTest(GameTestState test, String output)
static void
TestFailureLogger.passTest(GameTestState test)
void
TestManager.start(GameTestState test)
static void
TestUtil.startTest(GameTestState test, BlockPos pos, TestManager testManager)
protected static void
StructureTestListener.visualizeTest(GameTestState test, Block block)
Modifier and TypeMethodDescriptionvoid
TestSet.addListener(Consumer<GameTestState> onFailed)
private Map<GameTestState,BlockPos>
TestRunner.method_29401(Collection<GameTestState> gameTests)
ModifierConstructorDescriptionNotEnoughSuccessesError(int attempts, int successes, GameTestState test)
StructureTestListener(GameTestState test, TestManager testManager, BlockPos pos)
TestContext(GameTestState test)
(package private)
TimedTaskRunner(GameTestState gameTest)