Uses of Class
net.neoforged.testframework.gametest.ExtendedSequence
Packages that use ExtendedSequence
-
Uses of ExtendedSequence in net.neoforged.testframework.gametest
Fields in net.neoforged.testframework.gametest declared as ExtendedSequenceModifier and TypeFieldDescriptionprivate final ExtendedSequence
ParametrizedGameTestSequence.sequence
Methods in net.neoforged.testframework.gametest that return ExtendedSequenceModifier and TypeMethodDescriptionExtendedGameTestHelper.startSequence()
ExtendedSequence.thenExecute
(Runnable p_177563_) ExtendedSequence.thenExecuteAfter
(int p_177547_, Runnable p_177548_) ExtendedSequence.thenExecuteFor
(int p_177560_, Runnable p_177561_) ExtendedSequence.thenIdle
(int p_177545_) ExtendedSequence.thenSequence
(Consumer<ExtendedSequence> consumer) ExtendedSequence.thenWaitUntil
(long p_177550_, Runnable p_177551_) ExtendedSequence.thenWaitUntil
(Runnable p_177553_) Method parameters in net.neoforged.testframework.gametest with type arguments of type ExtendedSequenceModifier and TypeMethodDescriptionExtendedSequence.thenSequence
(Consumer<ExtendedSequence> consumer) Constructors in net.neoforged.testframework.gametest with parameters of type ExtendedSequenceModifierConstructorDescriptionParametrizedGameTestSequence
(GameTestInfo info, ExtendedSequence sequence, Supplier<T> value)