Added Player.chat().

This commit is contained in:
sk89q 2011-02-16 21:23:29 -08:00
parent 93f6e5191e
commit eb150b642f

View File

@ -57,6 +57,13 @@ public interface Player extends HumanEntity, CommandSender {
*/ */
public void kickPlayer(String message); public void kickPlayer(String message);
/**
* Says a message (or runs a command).
*
* @param msg message to print
*/
public void chat(String msg);
/** /**
* Makes the player perform the given command * Makes the player perform the given command
* *