net.minecraft.server.command

public class TestFinder

implements TestInstanceFinder, TestInstanceBlockFinder

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

Field summary

Modifier and TypeField
private static final TestInstanceFinder
NO_FUNCTIONS
field_48507
NOOP_TEST_FUNCTION_FINDER
private static final TestInstanceBlockFinder
NO_STRUCTURES
field_48508
NOOP_TEST_INSTANCE_BLOCK_FINDER
private final TestInstanceFinder
testInstanceFinder
field_56218
instanceFinder
private final TestInstanceBlockFinder
testPosFinder
field_56219
blockFinder
private final ServerCommandSource
source
field_48511
commandSource

Constructor summary

ModifierConstructor
private (ServerCommandSource commandSource, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder)

Method summary

Modifier and TypeMethod
public Stream<BlockPos>
findTestPos()
method_1_153()
findBlocks()
public static TestFinder$Builder
builder()
method_67070()
builder()
public ServerCommandSource
source()
method_56305()
getCommandSource()
public Stream<RegistryEntry$Reference<TestInstance>>
findTests()
method_1_224()
findInstances()