Uses of Class
net.minecraft.gametest.framework.GameTestTicker
-
Uses of GameTestTicker in net.minecraft.gametest.framework
Modifier and TypeFieldDescriptionstatic GameTestTicker
GameTestTicker.SINGLETON
private GameTestTicker
GameTestBatchRunner.testTicker
private GameTestTicker
ReportGameListener.testTicker
Modifier and TypeMethodDescriptionstatic void
GameTestRunner.clearAllTests(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_)
static void
GameTestRunner.runTest(GameTestInfo p_127743_, BlockPos p_127744_, GameTestTicker p_127745_)
static Collection<GameTestInfo>
GameTestRunner.runTestBatches(Collection<GameTestBatch> p_127727_, BlockPos p_127728_, Rotation p_127729_, ServerLevel p_127730_, GameTestTicker p_127731_, int p_127732_)
static Collection<GameTestInfo>
GameTestRunner.runTests(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_)
ModifierConstructorDescriptionGameTestBatchRunner(Collection<GameTestBatch> p_127563_, BlockPos p_127564_, Rotation p_127565_, ServerLevel p_127566_, GameTestTicker p_127567_, int p_127568_)
ReportGameListener(GameTestInfo p_177692_, GameTestTicker p_177693_, BlockPos p_177694_)