public class DebugCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
ALREADY_RUNNING_EXCEPTION |
private static java.nio.file.spi.FileSystemProvider |
JAR_FILESYSTEM_PROVIDER |
private static org.apache.logging.log4j.Logger |
LOGGER |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
NOT_RUNNING_EXCEPTION |
Constructor and Description |
---|
DebugCommand() |
Modifier and Type | Method and Description |
---|---|
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
startDebug(CommandSource source) |
private static int |
stopDebug(CommandSource source) |
private static int |
writeDebugReport(CommandSource p_225389_0_) |
private static final org.apache.logging.log4j.Logger LOGGER
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_RUNNING_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_RUNNING_EXCEPTION
@Nullable private static final java.nio.file.spi.FileSystemProvider JAR_FILESYSTEM_PROVIDER
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int startDebug(CommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int stopDebug(CommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int writeDebugReport(CommandSource p_225389_0_)