Uses of Class
net.minecraft.server.command.TestFinder
Packages that use TestFinder
- 
Uses of TestFinder in net.minecraft.server.command
Methods in net.minecraft.server.command that return TestFinderModifier and TypeMethodDescriptionTestFinder.Builder.allStructures(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) private TestFinderTestFinder.Builder.build(ServerCommandSource source, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) TestFinder.Builder.failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) TestFinder.Builder.failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) TestFinder.Builder.nearest(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) TestFinder.Builder.selector(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<RegistryEntry.Reference<TestInstance>> selected) TestFinder.Builder.surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) TestFinder.Builder.targeted(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) Methods in net.minecraft.server.command with parameters of type TestFinderModifier and TypeMethodDescriptionprivate static intTestCommand.clear(TestFinder finder) private static intTestCommand.export(TestFinder finder) private static intTestCommand.locate(TestFinder finder) private static intTestCommand.reset(TestFinder finder) private static intTestCommand.start(TestFinder finder) private static intTestCommand.start(TestFinder finder, TestAttemptConfig config, int rotationSteps, int testsPerRow) Method parameters in net.minecraft.server.command with type arguments of type TestFinderModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptAndPlacementConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> TestCommand.testAttemptConfig(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, ArgumentGetter<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestFinder> finderGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> extraConfigAdder)