Uses of Class
net.minecraft.server.command.TestFinder
-
Uses of TestFinder in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate final TestFinder
<TestCommand.Runner> TestCommand.Runner.finder
Modifier and TypeFieldDescriptionprivate final Function
<TestFinder<T>, T> TestFinder.runnerFactory
private final Function
<TestFinder<T>, T> TestFinder.Runners.runnerFactory
ModifierConstructorDescriptionRunners
(Function<TestFinder<T>, T> runnerFactory) private
Runners
(Function<TestFinder<T>, T> runnerFactory, UnaryOperator<Supplier<Stream<TestFunction>>> testFunctionsSupplierMapper, UnaryOperator<Supplier<Stream<BlockPos>>> structurePosSupplierMapper) (package private)
TestFinder
(ServerCommandSource commandSource, Function<TestFinder<T>, T> runnerFactory, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockPosFinder)