net.minecraft.gametest.framework

public class GameTestSequence

tw
net.minecraft.gametest.framework.GameTestSequence
net.minecraft.class_4693
net.minecraft.test.TimedTaskRunner
net.minecraft.gametest.framework.GameTestHarnessSequence

Field summary

Modifier and TypeField
final GameTestInfo
a
parent
field_21457
test
private final List<GameTestEvent>
b
events
field_21458
tasks
private long
c
lastTick
field_21459
tick

Constructor summary

ModifierConstructor
(GameTestInfo gameTest)

Method summary

Modifier and TypeMethod
public GameTestSequence
a(Runnable arg0)
thenWaitUntil(Runnable arg0)
method_36079(Runnable arg0)
createAndAdd(Runnable task)
public GameTestSequence
a(long arg0, Runnable arg1)
thenWaitUntil(long arg0, Runnable arg1)
method_36078(long arg0, Runnable arg1)
createAndAdd(long duration, Runnable task)
public GameTestSequence
a(int arg0)
thenIdle(int arg0)
method_36076(int arg0)
expectMinDuration(int minDuration)
public GameTestSequence
b(Runnable arg0)
thenExecute(Runnable arg0)
method_36085(Runnable arg0)
createAndAddReported(Runnable task)
public GameTestSequence
a(int arg0, Runnable arg1)
thenExecuteAfter(int arg0, Runnable arg1)
method_36077(int arg0, Runnable arg1)
expectMinDurationAndRun(int minDuration, Runnable task)
public GameTestSequence
b(int arg0, Runnable arg1)
thenExecuteFor(int arg0, Runnable arg1)
method_36084(int arg0, Runnable arg1)
expectMinDurationOrRun(int minDuration, Runnable task)
public void
a()
thenSucceed()
method_36075()
completeIfSuccessful()
public void
a(Supplier<Exception> arg0)
thenFail(Supplier<Exception> arg0)
method_36080(Supplier<Exception> arg0)
fail(Supplier<Exception> exceptionSupplier)
public GameTestSequence$Condition
b()
thenTrigger()
method_36083()
createAndAddTrigger()
public void
a(long arg0)
tickAndContinue(long arg0)
method_23643(long arg0)
runSilently(long tick)
public void
b(long arg0)
tickAndFailIfNotComplete(long arg0)
method_23644(long arg0)
runReported(long tick)
private void
c(Runnable arg0)
executeWithoutFail(Runnable arg0)
method_36089(Runnable arg0)
tryRun(Runnable task)
private void
c(long arg0)
tick(long arg0)
method_23645(long arg0)
runTasks(long tick)