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> pContextProvider) private
Builder
(Function<TestFinder<T>, T> pContextProvider, UnaryOperator<Supplier<Stream<TestFunction>>> pTestFunctionFinderWrapper, UnaryOperator<Supplier<Stream<BlockPos>>> pStructureBlockPosFinderWrapper) (package private)
TestFinder
(CommandSourceStack pSource, Function<TestFinder<T>, T> pContextProvider, TestFunctionFinder pTestFunctionFinder, StructureBlockPosFinder pStructureBlockPosFinder)