net.minecraft.gametest.framework

public class TestFinder<T>

implements StructureBlockPosFinder, TestFunctionFinder

ul
net.minecraft.gametest.framework.TestFinder
net.minecraft.class_9123
net.minecraft.server.command.TestFinder
net.minecraft.gametest.framework.TestFinder

Field summary

Modifier and TypeField
static final TestFunctionFinder
a
NO_FUNCTIONS
field_48507
NOOP_TEST_FUNCTION_FINDER
static final StructureBlockPosFinder
b
NO_STRUCTURES
field_48508
NOOP_STRUCTURE_BLOCK_FINDER
private final TestFunctionFinder
c
testFunctionFinder
field_48509
testFunctionFinder
private final StructureBlockPosFinder
d
structureBlockPosFinder
field_48510
structureBlockPosFinder
private final CommandSourceStack
e
source
field_48511
commandSource
private final Function<TestFinder<T>, T>
f
contextProvider
field_48512
runnerFactory

Constructor summary

ModifierConstructor
(CommandSourceStack commandSource, Function<TestFinder<T>, T> runnerFactory, TestFunctionFinder testFunctionFinder, StructureBlockPosFinder structureBlockPosFinder)

Method summary

Modifier and TypeMethod
public Stream<BlockPos>
findStructureBlockPos()
findStructureBlockPos()
T
b()
get()
method_56306()
createRunner()
public CommandSourceStack
a()
source()
method_56305()
getCommandSource()
public Stream<TestFunction>
findTestFunctions()
findTestFunctions()