Package net.minecraft.src
Interface IAdminCommand
- All Known Implementing Classes:
ServerCommandManager
public interface IAdminCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyAdmins(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 Details
-
notifyAdmins
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.
-