net.minecraft.command
Interface IAdminCommand

All Known Implementing Classes:
ServerCommandManager

public interface IAdminCommand


Method Summary
 void notifyAdmins(ICommandSender var1, int var2, String var3, Object... var4)
          Sends a message to the admins of the server from a given CommandSender with the given resource string and given extra srings.
 

Method Detail

notifyAdmins

void notifyAdmins(ICommandSender var1,
                  int var2,
                  String var3,
                  Object... var4)
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.