Uses of Interface
net.minecraft.gametest.framework.TestFunctionFinder
Packages that use TestFunctionFinder
-
Uses of TestFunctionFinder in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement TestFunctionFinderFields in net.minecraft.gametest.framework declared as TestFunctionFinderModifier and TypeFieldDescription(package private) static final TestFunctionFinder
TestFinder.NO_FUNCTIONS
private final TestFunctionFinder
TestFinder.testFunctionFinder
Methods in net.minecraft.gametest.framework with parameters of type TestFunctionFinderModifier and TypeMethodDescriptionprivate T
TestFinder.Builder.build
(CommandSourceStack pSource, TestFunctionFinder pTestFunctionFinder, StructureBlockPosFinder pStructureBlockPosFinder) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfo
(CommandSourceStack pSource, RetryOptions pRetryOptions, TestFunctionFinder pTestFunctionFinder, int pRotationSteps) Constructors in net.minecraft.gametest.framework with parameters of type TestFunctionFinderModifierConstructorDescription(package private)
TestFinder
(CommandSourceStack pSource, Function<TestFinder<T>, T> pContextProvider, TestFunctionFinder pTestFunctionFinder, StructureBlockPosFinder pStructureBlockPosFinder)