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 - amq
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteConfig(ServerCommandSource source, ServerPlayerEntity player) private static intexecuteUnconfig(ServerCommandSource source, UUID uuid) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
DebugConfigCommandpublic DebugConfigCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/DebugConfigCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_52299- Lnet/minecraft/class_8600;method_52299(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lamq;a(Lcom/mojang/brigadier/CommandDispatcher;)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- Lamq;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- Lamq;a(Lex;Lare;)I
 
- 
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- Lamq;a(Lex;Ljava/util/UUID;)I
 
 
-