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.finderFields in net.minecraft.gametest.framework with type parameters of type TestFinderModifier and TypeFieldDescriptionprivate final Function<TestFinder<T>, T> TestFinder.Builder.contextProviderprivate final Function<TestFinder<T>, T> TestFinder.contextProviderConstructors 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) privateBuilder(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)