net.minecraft.server.command

public class DebugCommand

extends AbstractCommand

All mapped superinterfaces:

Command

x
net.minecraft.class_752
net.minecraft.server.command.DebugCommand
net.minecraft.command.CommandDebug

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_7445
LOGGER
logger
private long
b
field_2727
startMillis
profileStartTime
private int
c
field_2728
startTicks
profileStartTick

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
c()
method_3277()
getName()
getCommandName()
public int
a()
method_4634()
getRequiredPermissionLevel()
getRequiredPermissionLevel()
public String
c(m arg0)
method_3275(class_1061 arg0)
getUsage(CommandSource arg0)
getCommandUsage(ICommandSender arg0)
public void
a(m arg0, String[] arg1)
method_3279(class_1061 arg0, String[] arg1)
run(CommandSource arg0, String[] arg1)
processCommand(ICommandSender arg0, String[] arg1)
private void
a(long arg0, int arg1)
method_2057(long arg0, int arg1)
stop(long durationMillis, int durationTicks)
saveProfileResults(long timeSpan, int tickSpan)
private String
b(long arg0, int arg1)
method_2058(long arg0, int arg1)
buildReport(long durationMillis, int durationTicks)
getProfileResults(long timeSpan, int tickSpan)
private void
a(int arg0, String arg1, StringBuilder arg2)
method_2056(int arg0, String arg1, StringBuilder arg2)
addResults(int spacing, String location, StringBuilder report)
func_147202_a(int arg0, String arg1, StringBuilder stringBuilder)
private static String
d()
method_2059()
getWittyComment()
getWittyComment()
public List<String>
a(m arg0, String[] arg1, cj arg2)
method_10738(class_1061 arg0, String[] arg1, class_2552 arg2)
getSuggestions(CommandSource arg0, String[] arg1, BlockPos arg2)
addTabCompletionOptions(ICommandSender arg0, String[] arg1, BlockPos arg2)