Uses of Class
net.minecraft.test.GameTest
Package | Description |
---|---|
net.minecraft |
The base package for all Minecraft classes.
|
net.minecraft.server.command | |
net.minecraft.test |
-
Uses of GameTest in net.minecraft
Methods in net.minecraft with parameters of type GameTest Modifier and Type Method Description void
class_6308. onTestFailed(GameTest test)
void
class_6308. onTestPassed(GameTest test)
-
Uses of GameTest in net.minecraft.server.command
-
Uses of GameTest in net.minecraft.test
Fields in net.minecraft.test declared as GameTest Modifier and Type Field Description private GameTest
StartupParameter. test
private GameTest
StructureTestListener. test
private GameTest
TimedTaskRunner. test
Fields in net.minecraft.test with type parameters of type GameTest Modifier and Type Field Description private List<com.mojang.datafixers.util.Pair<GameTestBatch,Collection<GameTest>>>
TestRunner. batches
private Collection<GameTest>
TestManager. tests
private List<GameTest>
TestRunner. tests
private Collection<GameTest>
TestSet. tests
Methods in net.minecraft.test that return types with arguments of type GameTest Modifier and Type Method Description Collection<GameTest>
TestSet. getOptionalTests()
Collection<GameTest>
TestSet. getRequiredTests()
List<GameTest>
TestRunner. getTests()
private Map<GameTest,BlockPos>
TestRunner. method_29401(Collection<GameTest> gameTests)
static Collection<GameTest>
TestUtil. runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)
static Collection<GameTest>
TestUtil. runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)
Methods in net.minecraft.test with parameters of type GameTest Modifier and Type Method Description void
TestSet. add(GameTest test)
private Element
XmlReportingTestCompletionListener. addTestCase(GameTest test, String name)
private static void
StructureTestListener. createTestOutputLectern(GameTest test, String output)
protected static void
StructureTestListener. failTest(GameTest test, Throwable output)
static void
TestFailureLogger. failTest(GameTest test)
protected static void
StructureTestListener. finishFailedTest(GameTest test, Throwable output)
private static void
StructureTestListener. finishPassedTest(GameTest test, String output)
void
StructureTestListener. onFailed(GameTest test)
void
TestListener. onFailed(GameTest test)
void
StructureTestListener. onPassed(GameTest test)
void
TestListener. onPassed(GameTest test)
void
StructureTestListener. onStarted(GameTest test)
void
TestListener. onStarted(GameTest test)
void
FailureLoggingTestCompletionListener. onTestFailed(GameTest test)
void
TestCompletionListener. onTestFailed(GameTest test)
void
XmlReportingTestCompletionListener. onTestFailed(GameTest test)
void
FailureLoggingTestCompletionListener. onTestPassed(GameTest test)
void
TestCompletionListener. onTestPassed(GameTest test)
void
XmlReportingTestCompletionListener. onTestPassed(GameTest test)
static void
StructureTestListener. passTest(GameTest test, String output)
static void
TestFailureLogger. passTest(GameTest test)
void
TestManager. start(GameTest test)
static void
TestUtil. startTest(GameTest test, BlockPos pos, TestManager testManager)
protected static void
StructureTestListener. visualizeTest(GameTest test, Block block)
Method parameters in net.minecraft.test with type arguments of type GameTest Modifier and Type Method Description void
TestSet. addListener(Consumer<GameTest> onFailed)
private Map<GameTest,BlockPos>
TestRunner. method_29401(Collection<GameTest> gameTests)
Constructors in net.minecraft.test with parameters of type GameTest Constructor Description NotEnoughSuccessesError(int attempts, int successes, GameTest test)
StartupParameter(GameTest test)
StructureTestListener(GameTest test, TestManager testManager, BlockPos pos)
TimedTaskRunner(GameTest gameTest)
Constructor parameters in net.minecraft.test with type arguments of type GameTest Constructor Description TestSet(Collection<GameTest> tests)