Package net.minecraft.server.commands
Class DialogCommand
java.lang.Object
net.minecraft.server.commands.DialogCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intclearDialog(CommandSourceStack pSource, Collection<ServerPlayer> pTargets) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pBuildContext) private static intshowDialog(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Holder<Dialog> pDialog)
-
Constructor Details
-
DialogCommand
public DialogCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pBuildContext) -
showDialog
private static int showDialog(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Holder<Dialog> pDialog) -
clearDialog
-