net.minecraft.command
Class CommandServerSaveOff

java.lang.Object
  extended by net.minecraft.command.CommandBase
      extended by net.minecraft.command.CommandServerSaveOff
All Implemented Interfaces:
Comparable, ICommand

public class CommandServerSaveOff
extends CommandBase


Constructor Summary
CommandServerSaveOff()
           
 
Method Summary
 String getCommandName()
           
 int getRequiredPermissionLevel()
          Return the required permission level for this command.
 void processCommand(ICommandSender par1ICommandSender, String[] par2ArrayOfStr)
           
 
Methods inherited from class net.minecraft.command.CommandBase
addTabCompletionOptions, canCommandSenderUseCommand, compareNameTo, compareTo, doesStringStartWith, func_82359_c, func_82360_a, func_82361_a, func_82363_b, getCommandAliases, getCommandSenderAsPlayer, getCommandUsage, getListOfStringsFromIterableMatchingLastWord, getListOfStringsMatchingLastWord, isUsernameIndex, joinNiceString, notifyAdmins, notifyAdmins, parseInt, parseIntBounded, parseIntWithMin, setAdminCommander
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandServerSaveOff

public CommandServerSaveOff()
Method Detail

getCommandName

public String getCommandName()

getRequiredPermissionLevel

public int getRequiredPermissionLevel()
Return the required permission level for this command.

Overrides:
getRequiredPermissionLevel in class CommandBase

processCommand

public void processCommand(ICommandSender par1ICommandSender,
                           String[] par2ArrayOfStr)