Uses of Class
net.minecraft.server.command.TestFinder
Packages that use TestFinder
-
Uses of TestFinder in net.minecraft.server.command
Fields in net.minecraft.server.command declared as TestFinderModifier and TypeFieldDescriptionprivate final TestFinder
<TestCommand.Runner> TestCommand.Runner.finder
Fields in net.minecraft.server.command with type parameters of type TestFinderModifier and TypeFieldDescriptionprivate final Function
<TestFinder<T>, T> TestFinder.runnerFactory
private final Function
<TestFinder<T>, T> TestFinder.Runners.runnerFactory
Constructors in net.minecraft.server.command with parameters of type TestFinderConstructor parameters in net.minecraft.server.command with type arguments of type TestFinderModifierConstructorDescriptionRunners
(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)