Package net.minecraft.gametest.framework
Class TestCommand.Runner
java.lang.Object
net.minecraft.gametest.framework.TestCommand.Runner
- Enclosing class:
TestCommand
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
clear()
int
export()
int
locate()
private <T> void
logAndRun
(Stream<T> p_331509_, ToIntFunction<T> p_328365_, Runnable p_334945_, Consumer<Integer> p_335243_) int
reset()
int
run()
int
run
(int p_333969_) int
run
(int p_333354_, int p_329165_) int
run
(RetryOptions p_329766_) int
run
(RetryOptions p_328161_, int p_330365_) int
run
(RetryOptions p_334797_, int p_327669_, int p_333611_)
-
Field Details
-
finder
-
-
Constructor Details
-
Runner
-
-
Method Details
-
reset
public int reset() -
logAndRun
private <T> void logAndRun(Stream<T> p_331509_, ToIntFunction<T> p_328365_, Runnable p_334945_, Consumer<Integer> p_335243_) -
clear
public int clear() -
export
public int export() -
run
-
run
public int run(int p_333354_, int p_329165_) -
run
public int run(int p_333969_) -
run
-
run
-
run
public int run() -
locate
public int locate()
-