net.minecraft.src
Class CommandServerBanIp
java.lang.Object
  
net.minecraft.src.CommandBase
      
net.minecraft.src.CommandServerBanIp
- All Implemented Interfaces: 
 - Comparable, ICommand
 
public class CommandServerBanIp
- extends CommandBase
 
 
 
 
| Methods inherited from class net.minecraft.src.CommandBase | 
compareNameTo, compareTo, doesStringStartWith, getCommandAliases, getCommandSenderAsPlayer, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, joinNiceString, joinString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander | 
 
 
IPv4Pattern
public static final Pattern IPv4Pattern
CommandServerBanIp
public CommandServerBanIp()
getCommandName
public String getCommandName()
 
canCommandSenderUseCommand
public boolean canCommandSenderUseCommand(ICommandSender par1ICommandSender)
- Returns true if the given command sender is allowed to use this command.
- Specified by:
 canCommandSenderUseCommand in interface ICommand- Overrides:
 canCommandSenderUseCommand in class CommandBase
 
 
 
getCommandUsage
public String getCommandUsage(ICommandSender par1ICommandSender)
- Specified by:
 getCommandUsage in interface ICommand- Overrides:
 getCommandUsage in class CommandBase
 
 
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