Package net.minecraft.command.impl
Class DebugCommand
- java.lang.Object
-
- net.minecraft.command.impl.DebugCommand
-
public class DebugCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeERROR_ALREADY_RUNNINGprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeERROR_NOT_RUNNINGprivate static org.apache.logging.log4j.LoggerLOGGERprivate static java.nio.file.spi.FileSystemProviderZIP_FS_PROVIDER
-
Constructor Summary
Constructors Constructor Description DebugCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198330_0_)private static intreport(CommandSource p_225389_0_)private static intstart(CommandSource p_198335_0_)private static intstop(CommandSource p_198336_0_)
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
ERROR_NOT_RUNNING
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_RUNNING
-
ERROR_ALREADY_RUNNING
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_RUNNING
-
ZIP_FS_PROVIDER
@Nullable private static final java.nio.file.spi.FileSystemProvider ZIP_FS_PROVIDER
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198330_0_)
-
start
private static int start(CommandSource p_198335_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
stop
private static int stop(CommandSource p_198336_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
report
private static int report(CommandSource p_225389_0_)
-
-