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 TestFinder
TestFinder.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 int
TestCommand.clear
(TestFinder finder) private static int
TestCommand.export
(TestFinder finder) private static int
TestCommand.locate
(TestFinder finder) private static int
TestCommand.reset
(TestFinder finder) private static int
TestCommand.start
(TestFinder finder) private static int
TestCommand.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)