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