Package net.minecraft.server.command
Class DialogCommand
java.lang.Object
net.minecraft.server.command.DialogCommand
- Mappings:
Namespace Name named net/minecraft/server/command/DialogCommand
intermediary net/minecraft/class_11412
official aod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeClear
(ServerCommandSource source, Collection<ServerPlayerEntity> players) private static int
executeShow
(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
-
Constructor Details
-
DialogCommand
public DialogCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) - Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/DialogCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
intermediary method_71679
Lnet/minecraft/class_11412;method_71679(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
official a
Laod;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)V
-
executeShow
private static int executeShow(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog) - Mappings:
Namespace Name Mixin selector named executeShow
Lnet/minecraft/server/command/DialogCommand;executeShow(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/registry/entry/RegistryEntry;)I
intermediary method_71682
Lnet/minecraft/class_11412;method_71682(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_6880;)I
official a
Laod;a(Lek;Ljava/util/Collection;Ljl;)I
-
executeClear
- Mappings:
Namespace Name Mixin selector named executeClear
Lnet/minecraft/server/command/DialogCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
intermediary method_71681
Lnet/minecraft/class_11412;method_71681(Lnet/minecraft/class_2168;Ljava/util/Collection;)I
official a
Laod;a(Lek;Ljava/util/Collection;)I
-