Package net.minecraft.gametest.framework
Class TestCommand.Runner
java.lang.Object
net.minecraft.gametest.framework.TestCommand.Runner
- Enclosing class:
TestCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
clear()
int
export()
int
locate()
private <T> void
logAndRun
(Stream<T> structureBlockPos, ToIntFunction<T> testCounter, Runnable onFail, Consumer<Integer> onSuccess) int
reset()
int
run()
int
run
(int rotationSteps) int
run
(int rotationSteps, int testsPerRow) int
run
(RetryOptions retryOptions) int
run
(RetryOptions retryOptions, int rotationSteps) int
run
(RetryOptions retryOptions, int rotationSteps, int testsPerRow) (package private) int
verify()
-
Field Details
-
finder
-
-
Constructor Details
-
Runner
-
-
Method Details
-
reset
public int reset() -
logAndRun
private <T> void logAndRun(Stream<T> structureBlockPos, ToIntFunction<T> testCounter, Runnable onFail, Consumer<Integer> onSuccess) -
clear
public int clear() -
export
public int export() -
verify
int verify() -
run
-
run
public int run(int rotationSteps, int testsPerRow) -
run
public int run(int rotationSteps) -
run
-
run
-
run
public int run() -
locate
public int locate()
-