Package net.minecraft.server.command
Class DebugCommand
java.lang.Object
net.minecraft.server.command.DebugCommand
public class DebugCommand extends Object
- Mappings:
Namespace Name official xfintermediary net/minecraft/class_3032named net/minecraft/server/command/DebugCommand
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeALREADY_RUNNING_EXCEPTIONprivate static FileSystemProviderFILE_SYSTEM_PROVIDERprivate static LoggerLOGGERprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeNOT_RUNNING_EXCEPTION -
Constructor Summary
Constructors Constructor Description DebugCommand() -
Method Summary
Modifier and Type Method Description private static intcreateDebugReport(ServerCommandSource source)private static intexecuteStart(ServerCommandSource source)private static intexecuteStop(ServerCommandSource source)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLxf;a:Lorg/apache/logging/log4j/Logger;intermediary field_20283Lnet/minecraft/class_3032;field_20283:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/command/DebugCommand;LOGGER:Lorg/apache/logging/log4j/Logger;
-
NOT_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_RUNNING_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLxf;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13597Lnet/minecraft/class_3032;field_13597:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named NOT_RUNNING_EXCEPTIONLnet/minecraft/server/command/DebugCommand;NOT_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
ALREADY_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_RUNNING_EXCEPTION- Mappings:
Namespace Name Mixin selector official cLxf;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13596Lnet/minecraft/class_3032;field_13596:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named ALREADY_RUNNING_EXCEPTIONLnet/minecraft/server/command/DebugCommand;ALREADY_RUNNING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
FILE_SYSTEM_PROVIDER
- Mappings:
Namespace Name Mixin selector official dLxf;d:Ljava/nio/file/spi/FileSystemProvider;intermediary field_20310Lnet/minecraft/class_3032;field_20310:Ljava/nio/file/spi/FileSystemProvider;named FILE_SYSTEM_PROVIDERLnet/minecraft/server/command/DebugCommand;FILE_SYSTEM_PROVIDER:Ljava/nio/file/spi/FileSystemProvider;
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official aLxf;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13156Lnet/minecraft/class_3032;method_13156(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/DebugCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeStart
private static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLxf;a(Ldb;)Iintermediary method_13159Lnet/minecraft/class_3032;method_13159(Lnet/minecraft/class_2168;)Inamed executeStartLnet/minecraft/server/command/DebugCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeStop
private static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official bLxf;b(Ldb;)Iintermediary method_13158Lnet/minecraft/class_3032;method_13158(Lnet/minecraft/class_2168;)Inamed executeStopLnet/minecraft/server/command/DebugCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
-
createDebugReport
- Mappings:
Namespace Name Mixin selector official cLxf;c(Ldb;)Iintermediary method_21618Lnet/minecraft/class_3032;method_21618(Lnet/minecraft/class_2168;)Inamed createDebugReportLnet/minecraft/server/command/DebugCommand;createDebugReport(Lnet/minecraft/server/command/ServerCommandSource;)I
-