Class GameTestSequence

java.lang.Object
net.minecraft.gametest.framework.GameTestSequence

public class GameTestSequence extends Object
  • Field Details

  • Constructor Details

    • GameTestSequence

      GameTestSequence(GameTestInfo p_177542_)
  • Method Details

    • thenWaitUntil

      public GameTestSequence thenWaitUntil(Runnable p_177553_)
    • thenWaitUntil

      public GameTestSequence thenWaitUntil(long p_177550_, Runnable p_177551_)
    • thenIdle

      public GameTestSequence thenIdle(int p_177545_)
    • thenExecute

      public GameTestSequence thenExecute(Runnable p_177563_)
    • thenExecuteAfter

      public GameTestSequence thenExecuteAfter(int p_177547_, Runnable p_177548_)
    • thenExecuteFor

      public GameTestSequence thenExecuteFor(int p_177560_, Runnable p_177561_)
    • thenSucceed

      public void thenSucceed()
    • thenFail

      public void thenFail(Supplier<Exception> p_177555_)
    • thenTrigger

      public GameTestSequence.Condition thenTrigger()
    • tickAndContinue

      public void tickAndContinue(long p_127778_)
    • tickAndFailIfNotComplete

      public void tickAndFailIfNotComplete(long p_127780_)
    • executeWithoutFail

      private void executeWithoutFail(Runnable p_177571_)
    • tick

      private void tick(long p_127782_)