public class CommandSaveAll extends CommandBase
CommandBase.CoordinateArg
Constructor and Description |
---|
CommandSaveAll() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandName()
Gets the name of the command
|
java.lang.String |
getCommandUsage(ICommandSender sender)
Gets the usage string for the command.
|
void |
processCommand(ICommandSender sender,
java.lang.String[] args)
Callback when the command is invoked
|
addTabCompletionOptions, buildString, canCommandSenderUseCommand, compareTo, doesStringStartWith, func_175763_c, func_175768_b, func_175771_a, func_181043_b, getBlockByText, getChatComponentFromNthArg, getChatComponentFromNthArg, getCommandAliases, getCommandSenderAsPlayer, getEntity, getEntityName, getItemByText, getListOfStringsMatchingLastWord, getListOfStringsMatchingLastWord, getPlayer, getPlayerName, getRequiredPermissionLevel, isUsernameIndex, join, joinNiceString, joinNiceStringFromCollection, notifyOperators, notifyOperators, parseBlockPos, parseBoolean, parseCoordinate, parseCoordinate, parseDouble, parseDouble, parseDouble, parseDouble, parseDouble, parseInt, parseInt, parseInt, parseLong, parseLong, setAdminCommander
public java.lang.String getCommandName()
public java.lang.String getCommandUsage(ICommandSender sender)
sender
- The command sender that executed the commandpublic void processCommand(ICommandSender sender, java.lang.String[] args) throws CommandException
sender
- The command sender that executed the commandargs
- The arguments that were passedCommandException