Uses of Interface
net.minecraft.test.TestFunctionFinder
Packages that use TestFunctionFinder
-
Uses of TestFunctionFinder in net.minecraft.server.command
Classes in net.minecraft.server.command that implement TestFunctionFinderFields in net.minecraft.server.command declared as TestFunctionFinderModifier and TypeFieldDescription(package private) static final TestFunctionFinder
TestFinder.NOOP_TEST_FUNCTION_FINDER
private final TestFunctionFinder
TestFinder.testFunctionFinder
Methods in net.minecraft.server.command with parameters of type TestFunctionFinderModifier and TypeMethodDescriptionprivate T
TestFinder.Runners.createRunner
(ServerCommandSource source, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockFinder) (package private) static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, TestFunctionFinder finder, int rotationSteps) Constructors in net.minecraft.server.command with parameters of type TestFunctionFinderModifierConstructorDescription(package private)
TestFinder
(ServerCommandSource commandSource, Function<TestFinder<T>, T> runnerFactory, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockPosFinder)