Package net.minecraft.server.command
Class DialogCommand
java.lang.Object
net.minecraft.server.command.DialogCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/DialogCommandintermediary net/minecraft/class_11412official aoi
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteClear(ServerCommandSource source, Collection<ServerPlayerEntity> players) private static intexecuteShow(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog) static voidregister(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 registerLnet/minecraft/server/command/DialogCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_71679Lnet/minecraft/class_11412;method_71679(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLaoi;a(Lcom/mojang/brigadier/CommandDispatcher;Lef;)V
 - 
executeShow
private static int executeShow(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog) - Mappings:
 Namespace Name Mixin selector named executeShowLnet/minecraft/server/command/DialogCommand;executeShow(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/registry/entry/RegistryEntry;)Iintermediary method_71682Lnet/minecraft/class_11412;method_71682(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_6880;)Iofficial aLaoi;a(Lej;Ljava/util/Collection;Ljk;)I
 - 
executeClear
- Mappings:
 Namespace Name Mixin selector named executeClearLnet/minecraft/server/command/DialogCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)Iintermediary method_71681Lnet/minecraft/class_11412;method_71681(Lnet/minecraft/class_2168;Ljava/util/Collection;)Iofficial aLaoi;a(Lej;Ljava/util/Collection;)I
 
 -