Package net.minecraft.server.commands
Class DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final org.slf4j.Logger - 
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_) private static inttraceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_)  
- 
Field Details
- 
LOGGER
private 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 
 - 
 - 
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_)  
 -