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 amq
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
DebugConfigCommand
public DebugConfigCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/DebugConfigCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_52299Lnet/minecraft/class_8600;method_52299(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLamq;a(Lcom/mojang/brigadier/CommandDispatcher;)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 aLamq;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 aLamq;a(Lex;Lare;)I
 - 
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 aLamq;a(Lex;Ljava/util/UUID;)I
 
 -