Package net.minecraft.server.commands
Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final org.slf4j.Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_) private static intstart(CommandSourceStack p_136910_) private static intstop(CommandSourceStack p_136916_) private static inttraceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
ERROR_NOT_RUNNINGprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_RUNNING
- 
ERROR_ALREADY_RUNNINGprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_RUNNING
 
- 
- 
Constructor Details- 
DebugCommandpublic DebugCommand()
 
- 
- 
Method Details- 
register
- 
startprivate static int start(CommandSourceStack p_136910_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
stopprivate static int stop(CommandSourceStack p_136916_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
traceFunctionprivate static int traceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_) 
 
-