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> pStructureBlockPos, ToIntFunction<T> pTestCounter, Runnable pOnFail, Consumer<Integer> pOnSuccess) int
reset()
int
run()
int
run
(int pRotationSteps) int
run
(int pRotationSteps, int pTestsPerRow) int
run
(RetryOptions pRetryOptions) int
run
(RetryOptions pRetryOptions, int pRotationSteps) int
run
(RetryOptions pRetryOptions, int pRotationSteps, int pTestsPerRow) (package private) int
verify()
-
Field Details
-
finder
-
-
Constructor Details
-
Runner
-
-
Method Details
-
reset
public int reset() -
logAndRun
private <T> void logAndRun(Stream<T> pStructureBlockPos, ToIntFunction<T> pTestCounter, Runnable pOnFail, Consumer<Integer> pOnSuccess) -
clear
public int clear() -
export
public int export() -
verify
int verify() -
run
-
run
public int run(int pRotationSteps, int pTestsPerRow) -
run
public int run(int pRotationSteps) -
run
-
run
-
run
public int run() -
locate
public int locate()
-