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 TypeMethodDescriptionintclear()intexport()intlocate()private <T> voidlogAndRun(Stream<T> structureBlockPos, ToIntFunction<T> testCounter, Runnable onFail, Consumer<Integer> onSuccess) intreset()intrun()intrun(int rotationSteps) intrun(int rotationSteps, int testsPerRow) intrun(RetryOptions retryOptions) intrun(RetryOptions retryOptions, int rotationSteps) intrun(RetryOptions retryOptions, int rotationSteps, int testsPerRow) (package private) intverify()
-
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()
-