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
-
Constructor Summary
-
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:
thenWaitUntil
in classGameTestSequence
-
thenWaitUntil
- Overrides:
thenWaitUntil
in classGameTestSequence
-
thenIdle
- Overrides:
thenIdle
in classGameTestSequence
-
thenExecute
- Overrides:
thenExecute
in classGameTestSequence
-
thenExecuteAfter
- Overrides:
thenExecuteAfter
in classGameTestSequence
-
thenExecuteFor
- Overrides:
thenExecuteFor
in classGameTestSequence
-
thenMap
-
thenSequence
-