Package net.minecraft.server.command
Class DebugConfigCommand
java.lang.Object
net.minecraft.server.command.DebugConfigCommand
- Mappings:
Namespace Name named net/minecraft/server/command/DebugConfigCommand
intermediary net/minecraft/class_8600
official anz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeConfig
(ServerCommandSource source, ServerPlayerEntity player) private static int
executeDialog
(ServerCommandSource source, UUID uuid, RegistryEntry<Dialog> dialog) private static int
executeUnconfig
(ServerCommandSource source, UUID uuid) private static @Nullable ServerConfigurationNetworkHandler
findConfigurationNetworkHandler
(MinecraftServer server, UUID uuid) static void
register
(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 register
Lnet/minecraft/server/command/DebugConfigCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
intermediary method_52299
Lnet/minecraft/class_8600;method_52299(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
official a
Lanz;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)V
-
collectConfiguringPlayers
- Mappings:
Namespace Name Mixin selector named collectConfiguringPlayers
Lnet/minecraft/server/command/DebugConfigCommand;collectConfiguringPlayers(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;
intermediary method_52305
Lnet/minecraft/class_8600;method_52305(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;
official a
Lanz;a(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;
-
executeConfig
- Mappings:
Namespace Name Mixin selector named executeConfig
Lnet/minecraft/server/command/DebugConfigCommand;executeConfig(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/network/ServerPlayerEntity;)I
intermediary method_52303
Lnet/minecraft/class_8600;method_52303(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;)I
official a
Lanz;a(Lek;Lauc;)I
-
findConfigurationNetworkHandler
@Nullable private static @Nullable ServerConfigurationNetworkHandler findConfigurationNetworkHandler(MinecraftServer server, UUID uuid) - Mappings:
Namespace Name Mixin selector named findConfigurationNetworkHandler
Lnet/minecraft/server/command/DebugConfigCommand;findConfigurationNetworkHandler(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Lnet/minecraft/server/network/ServerConfigurationNetworkHandler;
intermediary method_71957
Lnet/minecraft/class_8600;method_71957(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Lnet/minecraft/class_8610;
official a
Lanz;a(Lnet/minecraft/server/MinecraftServer;Ljava/util/UUID;)Lavd;
-
executeUnconfig
- Mappings:
Namespace Name Mixin selector named executeUnconfig
Lnet/minecraft/server/command/DebugConfigCommand;executeUnconfig(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;)I
intermediary method_52304
Lnet/minecraft/class_8600;method_52304(Lnet/minecraft/class_2168;Ljava/util/UUID;)I
official a
Lanz;a(Lek;Ljava/util/UUID;)I
-
executeDialog
private static int executeDialog(ServerCommandSource source, UUID uuid, RegistryEntry<Dialog> dialog) - Mappings:
Namespace Name Mixin selector named executeDialog
Lnet/minecraft/server/command/DebugConfigCommand;executeDialog(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;Lnet/minecraft/registry/entry/RegistryEntry;)I
intermediary method_71956
Lnet/minecraft/class_8600;method_71956(Lnet/minecraft/class_2168;Ljava/util/UUID;Lnet/minecraft/class_6880;)I
official a
Lanz;a(Lek;Ljava/util/UUID;Ljl;)I
-