Package net.minecraft.server.command
Class DebugConfigCommand
java.lang.Object
net.minecraft.server.command.DebugConfigCommand
- Mappings:
Namespace Name official aggintermediary net/minecraft/class_8600named net/minecraft/server/command/DebugConfigCommand
-
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 official aLagg;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_52299Lnet/minecraft/class_8600;method_52299(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/DebugConfigCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
collectConfiguringPlayers
- Mappings:
Namespace Name Mixin selector official aLagg;a(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;intermediary method_52305Lnet/minecraft/class_8600;method_52305(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;named collectConfiguringPlayersLnet/minecraft/server/command/DebugConfigCommand;collectConfiguringPlayers(Lnet/minecraft/server/MinecraftServer;)Ljava/lang/Iterable;
-
executeConfig
- Mappings:
Namespace Name Mixin selector official aLagg;a(Lds;Lakj;)Iintermediary method_52303Lnet/minecraft/class_8600;method_52303(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;)Inamed executeConfigLnet/minecraft/server/command/DebugConfigCommand;executeConfig(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/network/ServerPlayerEntity;)I
-
executeUnconfig
- Mappings:
Namespace Name Mixin selector official aLagg;a(Lds;Ljava/util/UUID;)Iintermediary method_52304Lnet/minecraft/class_8600;method_52304(Lnet/minecraft/class_2168;Ljava/util/UUID;)Inamed executeUnconfigLnet/minecraft/server/command/DebugConfigCommand;executeUnconfig(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;)I
-