Uses of Class
net.minecraft.gametest.framework.GameTestSequence
Packages that use GameTestSequence
-
Uses of GameTestSequence in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework with type parameters of type GameTestSequenceMethods in net.minecraft.gametest.framework that return GameTestSequenceModifier and TypeMethodDescription(package private) GameTestSequenceGameTestInfo.createSequence()GameTestHelper.startSequence()GameTestSequence.thenExecute(Runnable pTask) GameTestSequence.thenExecuteAfter(int pTick, Runnable pTask) GameTestSequence.thenExecuteFor(int pTick, Runnable pTask) GameTestSequence.thenIdle(int pTick) GameTestSequence.thenWaitUntil(long pExpectedDelay, Runnable pTask) GameTestSequence.thenWaitUntil(Runnable pTask)