Class ExtendedSequence
java.lang.Object
net.minecraft.gametest.framework.GameTestSequence
net.neoforged.testframework.gametest.ExtendedSequence
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.gametest.framework.GameTestSequence
GameTestSequence.Condition -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthenExecute(Runnable p_177563_) thenExecuteAfter(int p_177547_, Runnable p_177548_) thenExecuteFor(int p_177560_, Runnable p_177561_) thenIdle(int p_177545_) <T> ParametrizedGameTestSequence<T> thenSequence(Consumer<ExtendedSequence> consumer) thenWaitUntil(long p_177550_, Runnable p_177551_) thenWaitUntil(Runnable p_177553_) Methods inherited from class net.minecraft.gametest.framework.GameTestSequence
thenFail, thenSucceed, thenTrigger, tickAndContinue, tickAndFailIfNotComplete
-
Field Details
-
gameTestInfo
-
-
Constructor Details
-
ExtendedSequence
-
-
Method Details
-
thenWaitUntil
- Overrides:
thenWaitUntilin classGameTestSequence
-
thenWaitUntil
- Overrides:
thenWaitUntilin classGameTestSequence
-
thenIdle
- Overrides:
thenIdlein classGameTestSequence
-
thenExecute
- Overrides:
thenExecutein classGameTestSequence
-
thenExecuteAfter
- Overrides:
thenExecuteAfterin classGameTestSequence
-
thenExecuteFor
- Overrides:
thenExecuteForin classGameTestSequence
-
thenMap
-
thenSequence
-