net.minecraft.command
Class ServerCommandManager

java.lang.Object
  extended by net.minecraft.command.CommandHandler
      extended by net.minecraft.command.ServerCommandManager
All Implemented Interfaces:
IAdminCommand, ICommandManager

public class ServerCommandManager
extends CommandHandler
implements IAdminCommand


Constructor Summary
ServerCommandManager()
           
 
Method Summary
 void notifyAdmins(ICommandSender par1ICommandSender, int par2, String par3Str, Object... par4ArrayOfObj)
          Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings.
 
Methods inherited from class net.minecraft.command.CommandHandler
executeCommand, getCommands, getPossibleCommands, getPossibleCommands, registerCommand
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCommandManager

public ServerCommandManager()
Method Detail

notifyAdmins

public void notifyAdmins(ICommandSender par1ICommandSender,
                         int par2,
                         String par3Str,
                         Object... par4ArrayOfObj)
Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings. If the int par2 is even or zero, the original sender is also notified.

Specified by:
notifyAdmins in interface IAdminCommand