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 assertion) GameTestSequence.thenExecuteAfter(int delta, Runnable after) GameTestSequence.thenExecuteFor(int delta, Runnable check) GameTestSequence.thenIdle(int delta) GameTestSequence.thenWaitAtLeast(long minimumDelay, Runnable assertion) GameTestSequence.thenWaitUntil(long expectedDelay, Runnable assertion) GameTestSequence.thenWaitUntil(Runnable assertion)