YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.command.IAdminCommand Interface Reference
Inheritance diagram for net.minecraft.command.IAdminCommand:
net.minecraft.command.ServerCommandManager

Public Member Functions

void notifyAdmins (ICommandSender icommandsender, int i, String s, Object...var4)
 

Member Function Documentation

void net.minecraft.command.IAdminCommand.notifyAdmins ( ICommandSender  icommandsender,
int  i,
String  s,
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.

Implemented in net.minecraft.command.ServerCommandManager.


The documentation for this interface was generated from the following file: