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) GameTestSequence
GameTestInfo.createSequence()
GameTestHelper.startSequence()
GameTestSequence.thenExecute
(Runnable task) GameTestSequence.thenExecuteAfter
(int tick, Runnable task) GameTestSequence.thenExecuteFor
(int tick, Runnable task) GameTestSequence.thenIdle
(int tick) GameTestSequence.thenWaitUntil
(long expectedDelay, Runnable task) GameTestSequence.thenWaitUntil
(Runnable task)