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 TestInstanceFinder
TestFinder.instanceFinder
(package private) static final TestInstanceFinder
TestFinder.NOOP_TEST_FUNCTION_FINDER
Methods in net.minecraft.server.command with parameters of type TestInstanceFinderModifier and TypeMethodDescriptionprivate TestFinder
TestFinder.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)