Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SimpleCommandExceptionTypeprivate static final SimpleCommandExceptionTypeprivate static final org.slf4j.Loggerprivate static final SimpleCommandExceptionTypeprivate static final SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(CommandDispatcher<CommandSourceStack> dispatcher) private static intstart(CommandSourceStack source) private static intstop(CommandSourceStack source)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
ERROR_NOT_RUNNING
-
ERROR_ALREADY_RUNNING
-
NO_RECURSIVE_TRACES
-
NO_RETURN_RUN
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
register
-
start
- Throws:
CommandSyntaxException
-
stop
- Throws:
CommandSyntaxException
-