Uses of Class
net.minecraft.gametest.framework.TestCommand.Runner
Packages that use TestCommand.Runner
-
Uses of TestCommand.Runner in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework with type parameters of type TestCommand.RunnerModifier and TypeFieldDescriptionprivate final TestFinder
<TestCommand.Runner> TestCommand.Runner.finder
private static final TestFinder.Builder
<TestCommand.Runner> TestCommand.testFinder
Method parameters in net.minecraft.gametest.framework with type arguments of type TestCommand.RunnerModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> runnerGetter) private static com.mojang.brigadier.builder.ArgumentBuilder
<CommandSourceStack, ?> TestCommand.runWithRetryOptions
(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argumentBuilder, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> runnerGetter, 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, Function<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, TestCommand.Runner> runnerGetter) Constructor parameters in net.minecraft.gametest.framework with type arguments of type TestCommand.Runner