Package net.minecraft.server.commands
Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
(package private) static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(package private) static final org.slf4j.Logger
(package private) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(package private) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
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_)
-
Field Details
-
LOGGER
static final org.slf4j.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 -
NO_RECURSIVE_TRACES
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RECURSIVE_TRACES -
NO_RETURN_RUN
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RETURN_RUN
-
-
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
-