Added Player.chat().

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-02-16 21:23:29 -08:00
parent 6190a55cad
commit 6a86cbbe8e

View file

@ -57,6 +57,13 @@ public interface Player extends HumanEntity, CommandSender {
*/
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
*