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> context) private TestFinderTestFinder.Builder.build(CommandSourceStack source, TestInstanceFinder instanceFinder, TestPosFinder posFinder) TestFinder.Builder.byResourceSelection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Collection<Holder.Reference<GameTestInstance>> collection) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, boolean onlyRequired) TestFinder.Builder.lookedAt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) TestFinder.Builder.nearest(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context) TestFinder.Builder.radius(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, int radius) Methods in net.minecraft.gametest.framework with parameters of type TestFinderModifier and TypeMethodDescriptionprivate static intTestCommand.clear(TestFinder testFinder) private static intTestCommand.export(TestFinder testFinder) private static intTestCommand.locate(TestFinder testFinder) private static intTestCommand.reset(TestFinder testFinder) private static intTestCommand.run(TestFinder testFinder, RetryOptions retryOptions, int rotationSteps, int testsPerRow) private static intTestCommand.verify(TestFinder testFinder) 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, ?> argumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finderGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> modifier) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> finderGetter)