public class CommandHelp extends CommandBase
Constructor and Description |
---|
CommandHelp() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCommandAliases() |
java.lang.String |
getCommandName() |
protected java.util.Map |
getCommands() |
java.lang.String |
getCommandUsage(ICommandSender par1ICommandSender) |
int |
getRequiredPermissionLevel() |
protected java.util.List |
getSortedPossibleCommands(ICommandSender par1ICommandSender) |
void |
processCommand(ICommandSender par1ICommandSender,
java.lang.String[] par2ArrayOfStr) |
addTabCompletionOptions, canCommandSenderUseCommand, compareTo, compareTo, doesStringStartWith, func_110665_a, func_110666_a, func_147176_a, func_147178_a, func_82360_a, func_96332_d, getBlockByText, getCommandSenderAsPlayer, getItemByText, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, getPlayer, isUsernameIndex, joinNiceString, joinNiceString, joinNiceStringFromCollection, notifyAdmins, notifyAdmins, parseBoolean, parseDouble, parseDoubleBounded, parseDoubleWithMin, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander
public java.lang.String getCommandName()
public int getRequiredPermissionLevel()
getRequiredPermissionLevel
in class CommandBase
public java.lang.String getCommandUsage(ICommandSender par1ICommandSender)
public java.util.List getCommandAliases()
getCommandAliases
in interface ICommand
getCommandAliases
in class CommandBase
public void processCommand(ICommandSender par1ICommandSender, java.lang.String[] par2ArrayOfStr)
protected java.util.List getSortedPossibleCommands(ICommandSender par1ICommandSender)
protected java.util.Map getCommands()