Package net.minecraft.gametest.framework
Class TestFinder<T>
java.lang.Object
net.minecraft.gametest.framework.TestFinder<T>
- All Implemented Interfaces:
StructureBlockPosFinder
,TestFunctionFinder
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Function
<TestFinder<T>, T> (package private) static final TestFunctionFinder
(package private) static final StructureBlockPosFinder
private final CommandSourceStack
private final StructureBlockPosFinder
private final TestFunctionFinder
-
Constructor Summary
ConstructorDescriptionTestFinder
(CommandSourceStack p_320004_, Function<TestFinder<T>, T> p_320489_, TestFunctionFinder p_320808_, StructureBlockPosFinder p_320448_) -
Method Summary
-
Field Details
-
NO_FUNCTIONS
-
NO_STRUCTURES
-
testFunctionFinder
-
structureBlockPosFinder
-
source
-
contextProvider
-
-
Constructor Details
-
TestFinder
TestFinder(CommandSourceStack p_320004_, Function<TestFinder<T>, T> p_320489_, TestFunctionFinder p_320808_, StructureBlockPosFinder p_320448_)
-
-
Method Details
-
findStructureBlockPos
- Specified by:
findStructureBlockPos
in interfaceStructureBlockPosFinder
-
get
T get() -
source
-
findTestFunctions
- Specified by:
findTestFunctions
in interfaceTestFunctionFinder
-