net.minecraft.command
Class ServerCommandManager
java.lang.Object
net.minecraft.command.CommandHandler
net.minecraft.command.ServerCommandManager
- All Implemented Interfaces:
- IAdminCommand, ICommandManager
public class ServerCommandManager
- extends CommandHandler
- implements IAdminCommand
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. |
ServerCommandManager
public ServerCommandManager()
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