net.minecraft.server.command

public class DialogCommand

net.minecraft.server.commands.DialogCommand
net.minecraft.server.commands.DialogCommand
net.minecraft.class_11412
net.minecraft.server.command.DialogCommand

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
method_71679(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
private static int
showDialog(CommandSourceStack sender, Collection<ServerPlayer> targets, Holder<Dialog> dialog)
showDialog(CommandSourceStack sender, Collection<ServerPlayer> targets, Holder<Dialog> dialog)
method_71682(class_2168 arg0, Collection<class_3222> arg1, class_6880<class_11419> arg2)
executeShow(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog)
private static int
clearDialog(CommandSourceStack sender, Collection<ServerPlayer> targets)
clearDialog(CommandSourceStack sender, Collection<ServerPlayer> targets)
method_71681(class_2168 arg0, Collection<class_3222> arg1)
executeClear(ServerCommandSource source, Collection<ServerPlayerEntity> players)