Package net.minecraft.command.impl
Class DebugCommand
java.lang.Object
net.minecraft.command.impl.DebugCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final org.apache.logging.log4j.Logger
private static final FileSystemProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198330_0_) private static int
report
(CommandSource p_225389_0_) private static int
start
(CommandSource p_198335_0_) private static int
stop
(CommandSource p_198336_0_)
-
Field Details
-
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
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
-
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
-