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> pContext) private TestFinderTestFinder.Builder.build(CommandSourceStack pSource, TestInstanceFinder pInstanceFinder, TestPosFinder pPosFinder) TestFinder.Builder.byResourceSelection(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Collection<Holder.Reference<GameTestInstance>> pCollection) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.failedTests(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, boolean pOnlyRequired) TestFinder.Builder.lookedAt(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.nearest(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext) TestFinder.Builder.radius(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, int pRadius) Methods in net.minecraft.gametest.framework with parameters of type TestFinderModifier and TypeMethodDescriptionprivate static intTestCommand.clear(TestFinder pTestFinder) private static intTestCommand.export(TestFinder pTestFinder) private static intTestCommand.locate(TestFinder pTestFinder) private static intTestCommand.reset(TestFinder pTestFinder) private static intTestCommand.run(TestFinder pTestFinder, RetryOptions pRetryOptions, int pRotationSteps, int pTestsPerRow) private static intTestCommand.verify(TestFinder pTestFinder) 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, ?> pArgumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> pFinderGetter) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptions(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> pFinderGetter, Function<com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?>> pModifier) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> TestCommand.runWithRetryOptionsAndBuildInfo(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestFinder> pFinderGetter)