Package net.minecraft.gametest.framework
Class GameTestSequence
java.lang.Object
net.minecraft.gametest.framework.GameTestSequence
- Direct Known Subclasses:
- ExtendedSequence
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<GameTestEvent>private long(package private) final GameTestInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidexecuteWithoutFail(Runnable p_177571_) thenExecute(Runnable p_177563_) thenExecuteAfter(int p_177547_, Runnable p_177548_) thenExecuteFor(int p_177560_, Runnable p_177561_) voidthenIdle(int p_177545_) voidthenWaitUntil(long p_177550_, Runnable p_177551_) thenWaitUntil(Runnable p_177553_) private voidtick(long p_127782_) voidtickAndContinue(long p_127778_) voidtickAndFailIfNotComplete(long p_127780_) 
- 
Field Details- 
parent
- 
events
- 
lastTickprivate long lastTick
 
- 
- 
Constructor Details- 
GameTestSequence
 
- 
- 
Method Details- 
thenWaitUntil
- 
thenWaitUntil
- 
thenIdle
- 
thenExecute
- 
thenExecuteAfter
- 
thenExecuteFor
- 
thenSucceedpublic void thenSucceed()
- 
thenFail
- 
thenTrigger
- 
tickAndContinuepublic void tickAndContinue(long p_127778_) 
- 
tickAndFailIfNotCompletepublic void tickAndFailIfNotComplete(long p_127780_) 
- 
executeWithoutFail
- 
tickprivate void tick(long p_127782_) 
 
-