Uses of Class
net.minecraft.test.TimedTaskRunner
Packages that use TimedTaskRunner
-
Uses of TimedTaskRunner in net.minecraft.test
Fields in net.minecraft.test with type parameters of type TimedTaskRunnerModifier and TypeFieldDescriptionprivate final Collection
<TimedTaskRunner> GameTestState.timedTaskRunners
Methods in net.minecraft.test that return TimedTaskRunnerModifier and TypeMethodDescriptionTimedTaskRunner.createAndAdd
(long duration, Runnable task) TimedTaskRunner.createAndAdd
(Runnable task) TimedTaskRunner.createAndAddReported
(Runnable task) (package private) TimedTaskRunner
GameTestState.createTimedTaskRunner()
TestContext.createTimedTaskRunner()
TimedTaskRunner.expectMinDuration
(int minDuration) TimedTaskRunner.expectMinDurationAndRun
(int minDuration, Runnable task) TimedTaskRunner.expectMinDurationOrRun
(int minDuration, Runnable task) TestContext.startMovingTowards
(MobEntity entity, BlockPos pos, float speed)