Uses of Class
net.minecraft.gametest.framework.TestFinder
Packages that use TestFinder
-
Uses of TestFinder in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as TestFinderModifier and TypeFieldDescriptionprivate final TestFinder
<TestCommand.Runner> TestCommand.Runner.finder
Fields in net.minecraft.gametest.framework with type parameters of type TestFinderModifier and TypeFieldDescriptionprivate final Function
<TestFinder<T>, T> TestFinder.Builder.contextProvider
private final Function
<TestFinder<T>, T> TestFinder.contextProvider
Constructors in net.minecraft.gametest.framework with parameters of type TestFinderConstructor parameters in net.minecraft.gametest.framework with type arguments of type TestFinderModifierConstructorDescriptionBuilder
(Function<TestFinder<T>, T> contextProvider) private
Builder
(Function<TestFinder<T>, T> contextProvider, UnaryOperator<Supplier<Stream<TestFunction>>> testFunctionFinderWrapper, UnaryOperator<Supplier<Stream<BlockPos>>> structureBlockPosFinderWrapper) (package private)
TestFinder
(CommandSourceStack source, Function<TestFinder<T>, T> contextProvider, TestFunctionFinder testFunctionFinder, StructureBlockPosFinder structureBlockPosFinder)