Package net.minecraft.server.commands
Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static org.apache.logging.log4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_)
private static int
start(CommandSourceStack p_136910_)
private static int
stop(CommandSourceStack p_136916_)
private static int
traceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_)
-
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
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
-
start
private static int start(CommandSourceStack p_136910_) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
stop
private static int stop(CommandSourceStack p_136916_) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
traceFunction
private static int traceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_)
-