net.minecraft.src
Class CommandDebug
java.lang.Object
net.minecraft.src.CommandBase
net.minecraft.src.CommandDebug
- All Implemented Interfaces:
- Comparable, ICommand
public class CommandDebug
- extends CommandBase
Methods inherited from class net.minecraft.src.CommandBase |
canCommandSenderUseCommand, compareNameTo, compareTo, doesStringStartWith, getCommandAliases, getCommandSenderAsPlayer, getCommandUsage, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, joinNiceString, joinString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander |
CommandDebug
public CommandDebug()
getCommandName
public String getCommandName()
processCommand
public void processCommand(ICommandSender par1ICommandSender,
String[] par2ArrayOfStr)
addTabCompletionOptions
public List addTabCompletionOptions(ICommandSender par1ICommandSender,
String[] par2ArrayOfStr)
- Adds the strings available in this command to the given list of tab completion options.
- Specified by:
addTabCompletionOptions
in interface ICommand
- Overrides:
addTabCompletionOptions
in class CommandBase