Package net.minecraft.server.commands
Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_) private static intstart(CommandSourceStack p_136910_) private static intstop(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
-