类 DialogCommand
java.lang.Object
net.minecraft.server.commands.DialogCommand
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
clearDialog
(CommandSourceStack p_426304_, Collection<ServerPlayer> p_425553_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_426198_, CommandBuildContext p_426290_) private static int
showDialog
(CommandSourceStack p_425549_, Collection<ServerPlayer> p_425743_, Holder<Dialog> p_426279_)
-
构造器详细资料
-
DialogCommand
public DialogCommand()
-
-
方法详细资料
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_426198_, CommandBuildContext p_426290_) -
showDialog
private static int showDialog(CommandSourceStack p_425549_, Collection<ServerPlayer> p_425743_, Holder<Dialog> p_426279_) -
clearDialog
-