Uses of Class
net.minecraft.server.command.TestCommand.Runner
Packages that use TestCommand.Runner
-
Uses of TestCommand.Runner in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type TestCommand.RunnerModifier and TypeFieldDescriptionprivate final TestFinder
<TestCommand.Runner> TestCommand.Runner.finder
private static final TestFinder.Runners
<TestCommand.Runner> TestCommand.RUNNERS
Method parameters in net.minecraft.server.command with type arguments of type TestCommand.RunnerModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptAndPlacementConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, Function<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestCommand.Runner> callback) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, Function<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestCommand.Runner> callback) private static com.mojang.brigadier.builder.ArgumentBuilder
<ServerCommandSource, ?> TestCommand.testAttemptConfig
(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> builder, Function<com.mojang.brigadier.context.CommandContext<ServerCommandSource>, TestCommand.Runner> callback, Function<com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>> extraConfigAdder) Constructor parameters in net.minecraft.server.command with type arguments of type TestCommand.Runner