Package net.minecraft.server.command
Class DebugConfigCommand
java.lang.Object
net.minecraft.server.command.DebugConfigCommand
- Mappings:
Namespace Name named net/minecraft/server/command/DebugConfigCommandintermediary net/minecraft/class_8600official aoe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteConfig(ServerCommandSource source, ServerPlayerEntity player) private static intexecuteDialog(ServerCommandSource source, UUID uuid, RegistryEntry<Dialog> dialog) private static intexecuteUnconfig(ServerCommandSource source, UUID uuid) private static @Nullable ServerConfigurationNetworkHandlerfindConfigurationNetworkHandler(MinecraftServer server, UUID uuid) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
-
Constructor Details
-
DebugConfigCommand
public DebugConfigCommand()
-
-
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/DebugConfigCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_52299Lnet/minecraft/class_8600;method_52299(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLaoe;a(Lcom/mojang/brigadier/CommandDispatcher;Lef;)V
-
collectConfiguringPlayers
- Mappings:
Namespace Name Mixin selector named collectConfiguringPlayersLnet/minecraft/server/command/DebugConfigCommand;collectConfiguringPlayers(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;intermediary method_52305Lnet/minecraft/class_8600;method_52305(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;official aLaoe;a(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;
-
executeConfig
- Mappings:
Namespace Name Mixin selector named executeConfigLnet/minecraft/server/command/DebugConfigCommand;executeConfig(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/network/ServerPlayerEntity;)Iintermediary method_52303Lnet/minecraft/class_8600;method_52303(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;)Iofficial aLaoe;a(Lej;Lawy;)I
-
findConfigurationNetworkHandler
@Nullable private static @Nullable ServerConfigurationNetworkHandler findConfigurationNetworkHandler(MinecraftServer server, UUID uuid) - Mappings:
Namespace Name Mixin selector named findConfigurationNetworkHandlerLnet/minecraft/server/command/DebugConfigCommand;findConfigurationNetworkHandler(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Lnet/minecraft/server/network/ServerConfigurationNetworkHandler;intermediary method_71957Lnet/minecraft/class_8600;method_71957(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Lnet/minecraft/class_8610;official aLaoe;a(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Laxx;
-
executeUnconfig
- Mappings:
Namespace Name Mixin selector named executeUnconfigLnet/minecraft/server/command/DebugConfigCommand;executeUnconfig(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;)Iintermediary method_52304Lnet/minecraft/class_8600;method_52304(Lnet/minecraft/class_2168;Ljava/util/UUID;)Iofficial aLaoe;a(Lej;Ljava/util/UUID;)I
-
executeDialog
private static int executeDialog(ServerCommandSource source, UUID uuid, RegistryEntry<Dialog> dialog) - Mappings:
Namespace Name Mixin selector named executeDialogLnet/minecraft/server/command/DebugConfigCommand;executeDialog(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;Lnet/minecraft/registry/entry/RegistryEntry;)Iintermediary method_71956Lnet/minecraft/class_8600;method_71956(Lnet/minecraft/class_2168;Ljava/util/UUID;Lnet/minecraft/class_6880;)Iofficial aLaoe;a(Lej;Ljava/util/UUID;Ljk;)I
-