Uses of Class
net.minecraft.gametest.framework.GameTestTicker
Packages that use GameTestTicker
-
Uses of GameTestTicker in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as GameTestTickerModifier and TypeFieldDescriptionstatic final GameTestTickerGameTestTicker.SINGLETONprivate final GameTestTickerGameTestBatchRunner.testTickerprivate final GameTestTickerReportGameListener.testTickerMethods in net.minecraft.gametest.framework with parameters of type GameTestTickerModifier and TypeMethodDescriptionstatic voidGameTestRunner.clearAllTests(ServerLevel p_127695_, BlockPos p_127696_, GameTestTicker p_127697_, int p_127698_) static voidGameTestRunner.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_) Constructors in net.minecraft.gametest.framework with parameters of type GameTestTickerModifierConstructorDescriptionGameTestBatchRunner(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_)