Uses of Interface
net.minecraft.test.TestInstanceBlockFinder
Packages that use TestInstanceBlockFinder
-
Uses of TestInstanceBlockFinder in net.minecraft.server.command
Classes in net.minecraft.server.command that implement TestInstanceBlockFinderFields in net.minecraft.server.command declared as TestInstanceBlockFinderModifier and TypeFieldDescriptionprivate final TestInstanceBlockFinderTestFinder.blockFinder(package private) static final TestInstanceBlockFinderTestFinder.NOOP_TEST_INSTANCE_BLOCK_FINDERMethods in net.minecraft.server.command with parameters of type TestInstanceBlockFinderModifier and TypeMethodDescriptionprivate TestFinderTestFinder.Builder.build(ServerCommandSource source, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) private static Stream<GameTestState> TestCommand.stream(ServerCommandSource source, TestAttemptConfig config, TestInstanceBlockFinder finder) Constructors in net.minecraft.server.command with parameters of type TestInstanceBlockFinderModifierConstructorDescription(package private)TestFinder(ServerCommandSource commandSource, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder)