Uses of Class
net.minecraft.gametest.framework.TestFinder
Packages that use TestFinder
-
Uses of TestFinder in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return TestFinderModifier and TypeMethodDescriptionTestFinder.Builder.allNearby(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack) private TestFinderTestFinder.Builder.build(CommandSourceStack source, TestInstanceFinder testInstanceFinder, TestPosFinder testPosFinder) TestFinder.Builder.byResourceSelection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack, Collection<Holder.Reference<GameTestInstance>> holders) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack, boolean onlyRequiredTests) TestFinder.Builder.lookedAt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack) TestFinder.Builder.nearest(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack) TestFinder.Builder.radius(com.mojang.brigadier.context.CommandContext<CommandSourceStack> sourceStack, int radius) Methods in net.minecraft.gametest.framework 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.run(TestFinder finder, RetryOptions retryOptions, int extraRotationSteps, int testsPerRow) private static intTestCommand.verify(TestFinder finder) Method parameters in net.minecraft.gametest.framework with type arguments of type TestFinderModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> runArgument, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finder) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> runArgument, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finder, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> then) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> runArgument, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finder)