net.minecraft.gametest.framework

public class GameTestSequence

ts
net.minecraft.gametest.framework.GameTestSequence
net.minecraft.class_4693
net.minecraft.unmapped.C_slbbddbd
net.minecraft.test.TimedTaskRunner
net.minecraft.test.TimedTaskRunner
net.minecraft.src.C_4894_
net.minecraft.gametest.framework.GameTestHarnessSequence

Field summary

Modifier and TypeField
final GameTestInfo
a
parent
field_21457
f_laliwahc
test
test
f_127774_
private final List<GameTestEvent>
b
events
field_21458
f_dceumnvh
tasks
tasks
f_127775_
private long
c
lastTick
field_21459
f_uonlewcl
tick
tick
f_127776_

Constructor summary

ModifierConstructor
(GameTestInfo gameTest)

Method summary

Modifier and TypeMethod
public GameTestSequence
a(Runnable arg0)
thenWaitUntil(Runnable arg0)
method_36079(Runnable arg0)
m_ndryulqk(Runnable arg0)
createAndAdd(Runnable task)
createAndAdd(Runnable task)
m_177552_(Runnable arg0)
public GameTestSequence
a(long arg0, Runnable arg1)
thenWaitUntil(long arg0, Runnable arg1)
method_36078(long arg0, Runnable arg1)
m_hzkmfnrv(long arg0, Runnable arg1)
createAndAdd(long duration, Runnable task)
createAndAdd(long successTick, Runnable task)
m_177549_(long p_177551_, Runnable arg1)
public GameTestSequence
a(int arg0)
thenIdle(int arg0)
method_36076(int arg0)
m_zbwitmsh(int arg0)
expectMinDuration(int minDuration)
idle(int delay)
m_177544_(int arg0)
public GameTestSequence
b(Runnable arg0)
thenExecute(Runnable arg0)
method_36085(Runnable arg0)
m_sbznpemx(Runnable arg0)
createAndAddReported(Runnable task)
execute(Runnable task)
m_177562_(Runnable arg0)
public GameTestSequence
a(int arg0, Runnable arg1)
thenExecuteAfter(int arg0, Runnable arg1)
method_36077(int arg0, Runnable arg1)
m_culdbhre(int arg0, Runnable arg1)
expectMinDurationAndRun(int minDuration, Runnable task)
executeAfter(int delay, Runnable task)
m_177546_(int p_177548_, Runnable arg1)
public GameTestSequence
b(int arg0, Runnable arg1)
thenExecuteFor(int arg0, Runnable arg1)
method_36084(int arg0, Runnable arg1)
m_yaecigfs(int arg0, Runnable arg1)
expectMinDurationOrRun(int minDuration, Runnable task)
executeFor(int delay, Runnable task)
m_177559_(int p_177561_, Runnable arg1)
public void
a()
thenSucceed()
method_36075()
m_kxztjfwm()
completeIfSuccessful()
succeed()
m_177543_()
public void
a(Supplier<Exception> arg0)
thenFail(Supplier<Exception> arg0)
method_36080(Supplier<Exception> arg0)
m_negtjhjf(Supplier<Exception> arg0)
fail(Supplier<Exception> exceptionSupplier)
fail(Supplier<Exception> exceptionSupplier)
m_177554_(Supplier<Exception> arg0)
public GameTestSequence$Condition
b()
thenTrigger()
method_36083()
m_woeesxrq()
createAndAddTrigger()
trigger()
m_177558_()
public void
a(long arg0)
tickAndContinue(long arg0)
method_23643(long arg0)
m_zgvpyocn(long arg0)
runSilently(long tick)
runSilently(long tick)
m_127777_(long arg0)
public void
b(long arg0)
tickAndFailIfNotComplete(long arg0)
method_23644(long arg0)
m_stsofrqu(long arg0)
runReported(long tick)
runReported(long tick)
m_127779_(long arg0)
private void
c(Runnable arg0)
executeWithoutFail(Runnable arg0)
method_36089(Runnable arg0)
m_jtywgcow(Runnable arg0)
tryRun(Runnable task)
tryRun(Runnable task)
m_177570_(Runnable arg0)
private void
c(long arg0)
tick(long arg0)
method_23645(long arg0)
m_rtosaukf(long arg0)
runTasks(long tick)
runTasks(long tick)
m_127781_(long arg0)