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_320016_, ToIntFunction<T> p_319791_, Runnable p_320766_, Consumer<Integer> p_320345_) int
reset()
int
run()
int
run
(int p_319859_) int
run
(int p_320306_, int p_320333_) int
run
(RetryOptions p_320034_) int
run
(RetryOptions p_320906_, int p_320419_) int
run
(RetryOptions p_320091_, int p_320456_, int p_320467_)
-
Field Details
-
finder
-
-
Constructor Details
-
Runner
-
-
Method Details
-
reset
public int reset() -
logAndRun
private <T> void logAndRun(Stream<T> p_320016_, ToIntFunction<T> p_319791_, Runnable p_320766_, Consumer<Integer> p_320345_) -
clear
public int clear() -
export
public int export() -
run
-
run
public int run(int p_320306_, int p_320333_) -
run
public int run(int p_319859_) -
run
-
run
-
run
public int run() -
locate
public int locate()
-