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 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
Fields in net.minecraft.test declared as GameTestStateModifier and TypeFieldDescriptionprivate GameTestState
StructureTestListener.test
private GameTestState
TestContext.test
(package private) GameTestState
TimedTaskRunner.test
Fields in net.minecraft.test with type parameters of type GameTestStateModifier 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
Methods 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 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)
Method parameters in net.minecraft.test with type arguments of type GameTestStateModifier and TypeMethodDescriptionvoid
TestSet.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