public class DebugCommand extends Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
ALREADY_RUNNING_EXCEPTION |
private static FileSystemProvider |
FILE_SYSTEM_PROVIDER |
private static Logger |
LOGGER |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
NOT_RUNNING_EXCEPTION |
Constructor and Description |
---|
DebugCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
createDebugReport(ServerCommandSource source) |
private static int |
executeStart(ServerCommandSource source) |
private static int |
executeStop(ServerCommandSource source) |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
private static final 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 FileSystemProvider FILE_SYSTEM_PROVIDER
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int createDebugReport(ServerCommandSource source)